We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c158b1 commit 2fd4752Copy full SHA for 2fd4752
CMakeLists.txt
@@ -23,4 +23,8 @@ if (PAINFUL_CPP_STRING_CONVERSION_ENABLE_TEST)
23
target_compile_features(${TEST_NAME} PRIVATE cxx_std_17)
24
target_sources(${TEST_NAME} PRIVATE test/test.cpp)
25
target_link_libraries(${TEST_NAME} PRIVATE ${LIB_NAME} simdutf)
26
+
27
+ include(CTest)
28
29
+ add_test(NAME test-all COMMAND $<TARGET_FILE:${TEST_NAME}>)
30
endif ()
0 commit comments