aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-24 19:36:11 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-24 19:36:11 +0300
commit6f15d75538d9616e3f661b88e5fb2f6c4e1522b2 (patch)
treec76f99b80494d45fb374d6bea6cd880c1a5c3f38 /test
parentupdate cmake-common (diff)
downloadwinapi-utf8-6f15d75538d9616e3f661b88e5fb2f6c4e1522b2.tar.gz
winapi-utf8-6f15d75538d9616e3f661b88e5fb2f6c4e1522b2.zip
add CTest tests
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index c410383..d23dc87 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -11,3 +11,5 @@ install(TARGETS unit_tests RUNTIME DESTINATION bin)
if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
install(FILES "$<TARGET_PDB_FILE:unit_tests>" DESTINATION bin OPTIONAL)
endif()
+
+add_test(NAME unit_tests COMMAND unit_tests)