aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/alloc/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/alloc/CMakeLists.txt')
-rw-r--r--vespalib/src/tests/alloc/CMakeLists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/vespalib/src/tests/alloc/CMakeLists.txt b/vespalib/src/tests/alloc/CMakeLists.txt
new file mode 100644
index 00000000000..9b1a2493dce
--- /dev/null
+++ b/vespalib/src/tests/alloc/CMakeLists.txt
@@ -0,0 +1,14 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(vespalib_alloc_test_app
+ SOURCES
+ alloc_test.cpp
+ DEPENDS
+ vespalib
+)
+vespa_add_test(NAME vespalib_alloc_test_app NO_VALGRIND COMMAND vespalib_alloc_test_app)
+vespa_add_executable(vespalib_allocate_and_core_app
+ SOURCES
+ allocate_and_core.cpp
+ DEPENDS
+ vespalib
+)