aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus_test/src/tests/compile-java/CMakeLists.txt
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2016-09-14 08:45:26 +0200
committerGitHub <noreply@github.com>2016-09-14 08:45:26 +0200
commit4b194fbcf79d5af1731d960ce4abbc2574ba397d (patch)
tree49934000a4d61790615c7c7b71cbe415478c073d /messagebus_test/src/tests/compile-java/CMakeLists.txt
parent4bf517333b0616ce3e7947c28afb378cd10fe5c9 (diff)
Revert "Revert "Aressem/move messagebus test tests to separate module""
Diffstat (limited to 'messagebus_test/src/tests/compile-java/CMakeLists.txt')
-rw-r--r--messagebus_test/src/tests/compile-java/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/messagebus_test/src/tests/compile-java/CMakeLists.txt b/messagebus_test/src/tests/compile-java/CMakeLists.txt
new file mode 100644
index 00000000000..f13175939f6
--- /dev/null
+++ b/messagebus_test/src/tests/compile-java/CMakeLists.txt
@@ -0,0 +1,2 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_test(NAME messagebus_test_compile-java_test NO_VALGRIND COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/compile-java_test.sh)