summaryrefslogtreecommitdiff
path: root/graphics/asymptote/cxxtests/cmake-scripts/tests.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/cxxtests/cmake-scripts/tests.cmake')
-rw-r--r--graphics/asymptote/cxxtests/cmake-scripts/tests.cmake12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/asymptote/cxxtests/cmake-scripts/tests.cmake b/graphics/asymptote/cxxtests/cmake-scripts/tests.cmake
new file mode 100644
index 0000000000..d76bcf7f3c
--- /dev/null
+++ b/graphics/asymptote/cxxtests/cmake-scripts/tests.cmake
@@ -0,0 +1,12 @@
+# add tests here
+
+set(ASY_CXX_TESTS
+ placeholder
+)
+
+# ----- transform tests --------
+list(TRANSFORM ASY_CXX_TESTS APPEND .cc)
+list(TRANSFORM ASY_CXX_TESTS
+ PREPEND ${TEST_CXX_SRC_ROOT}/tests/
+ OUTPUT_VARIABLE ASY_TEST_SOURCES
+)