summaryrefslogtreecommitdiffstats
path: root/jrt_test/src/tests/mandatory-methods/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'jrt_test/src/tests/mandatory-methods/CMakeLists.txt')
-rw-r--r--jrt_test/src/tests/mandatory-methods/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/jrt_test/src/tests/mandatory-methods/CMakeLists.txt b/jrt_test/src/tests/mandatory-methods/CMakeLists.txt
new file mode 100644
index 00000000000..f4496d86cbb
--- /dev/null
+++ b/jrt_test/src/tests/mandatory-methods/CMakeLists.txt
@@ -0,0 +1,7 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(jrt_test_extract-reflection_app
+ SOURCES
+ extract-reflection.cpp
+ DEPENDS
+)
+vespa_add_test(NAME jrt_test_extract-reflection_app NO_VALGRIND COMMAND sh mandatory-methods_test.sh)