mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Get CTest working and add pnEncryption tests.
This will allow you to run all the tests with `make test` or `ctest`.
This commit is contained in:
committed by
Anne Marije v/d Meer
parent
19297f1944
commit
7b60621171
@ -1,6 +1,5 @@
|
||||
project(CoreLibTests)
|
||||
|
||||
enable_testing()
|
||||
include_directories(${GTEST_INCLUDE_DIR})
|
||||
include_directories(${gtest_SOURCE_DIR}/include ${gtest_SOURCE_DIR})
|
||||
include_directories(../../Plasma/CoreLib)
|
||||
@ -14,4 +13,4 @@ target_link_libraries(plStringTest gtest gtest_main CoreLib)
|
||||
add_test(
|
||||
NAME plStringTest
|
||||
COMMAND plStringTest
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user