2014-06-18 22:49:17 +10:00
|
|
|
|
2014-06-18 22:28:27 +06:00
|
|
|
if(WITH_GTESTS)
|
2014-06-18 22:49:17 +10:00
|
|
|
# Otherwise we get warnings here that we cant fix in external projects
|
|
|
|
remove_strict_flags()
|
|
|
|
|
2020-08-07 16:43:42 +02:00
|
|
|
# Build common test executable used by most tests
|
2020-07-16 12:58:49 +02:00
|
|
|
add_subdirectory(runner)
|
|
|
|
|
2020-08-07 16:43:42 +02:00
|
|
|
# Build utility library used by test executables
|
2014-06-18 22:49:17 +10:00
|
|
|
add_subdirectory(testing)
|
|
|
|
endif()
|