aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/algorithm/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/algorithm/CMakeLists.txt')
-rw-r--r--tests/auto/algorithm/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/algorithm/CMakeLists.txt b/tests/auto/algorithm/CMakeLists.txt
new file mode 100644
index 0000000000..f856b34836
--- /dev/null
+++ b/tests/auto/algorithm/CMakeLists.txt
@@ -0,0 +1,4 @@
+add_qtc_test(tst_algorithm
+ INCLUDES "${CMAKE_SOURCE_DIR}/src/libs"
+ SOURCES tst_algorithm.cpp
+)