aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus_test/src/tests/compile-java/CMakeLists.txt
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2016-09-12 16:26:41 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2016-09-12 16:26:41 +0200
commit783bad638168ee3e64505037c75fa2028ab71c00 (patch)
tree9f9cdc772183fed36b99a8623ef27afdecd8a3fe /messagebus_test/src/tests/compile-java/CMakeLists.txt
parent865030c6d6c3c31f7fabb1a72c4a9902ec5fcca7 (diff)
In progress moving messagebus/test -> messagebus_test
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)