diff options
Diffstat (limited to 'test/platform/CMakeLists.txt')
-rw-r--r-- | test/platform/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/platform/CMakeLists.txt b/test/platform/CMakeLists.txt index 6a26214b..6a6f81e5 100644 --- a/test/platform/CMakeLists.txt +++ b/test/platform/CMakeLists.txt @@ -12,4 +12,4 @@ if (UNIX AND NOT EMSCRIPTEN) add_subdirectory(graphics/cairo) endif() -catch_discover_tests(CruPlatformBaseTest) +cru_catch_discover_tests(CruPlatformBaseTest) |