summaryrefslogtreecommitdiffstats
path: root/fsa
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2016-08-25 11:18:40 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2016-08-25 11:18:40 +0200
commit7ecbe9897c1365f5f882e1d6a80a77a9845c604f (patch)
tree70acdffe04955cd50879abdd5bc87deb2c112e4f /fsa
parent369a1f8b61b2411a85f36717774349f08ec1eef6 (diff)
Added more dependencies to be able to compile and test in parallell.
Diffstat (limited to 'fsa')
-rw-r--r--fsa/src/alltest/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/fsa/src/alltest/CMakeLists.txt b/fsa/src/alltest/CMakeLists.txt
index f9cd36d1fe7..b6e77eb6bc1 100644
--- a/fsa/src/alltest/CMakeLists.txt
+++ b/fsa/src/alltest/CMakeLists.txt
@@ -67,4 +67,7 @@ vespa_add_executable(fsa_vectorizer_perf_test_app TEST
DEPENDS
fsa
)
-vespa_add_test(NAME fsa_vectorizer_perf_test_app NO_VALGRIND COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/alltest.sh)
+vespa_add_test(NAME fsa_vectorizer_perf_test_app NO_VALGRIND COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/alltest.sh
+ DEPENDS fsa_conceptnet_test_app fsa_detector_test_app fsa_fsa_test_app fsa_fsa_create_test_app
+ fsa_fsa_perf_test_app fsa_fsamanager_test_app fsa_lookup_test_app fsa_ngram_test_app
+ fsa_segmenter_test_app fsa_vectorizer_test_app fsa_vectorizer_perf_test_app)