1
0
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:
Darryl Pogue
2014-01-12 17:43:54 -08:00
committed by Anne Marije v/d Meer
parent 19297f1944
commit 7b60621171
7 changed files with 151 additions and 6 deletions

View File

@ -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
)
)