summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 359fc19a..89259c58 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -212,4 +212,6 @@ add_subdirectory(anim-crop-tool)
install(DIRECTORY images anim scenery DESTINATION "share/floormat")
fm_run_hook(fm-userconfig-post)
-get_cmake_property(_variableNames VARIABLES)
+
+add_test(floormat-testsuite "${CMAKE_INSTALL_PREFIX}/bin/floormat-test")
+enable_testing()