summaryrefslogtreecommitdiffstats
path: root/fsa
diff options
context:
space:
mode:
Diffstat (limited to 'fsa')
-rw-r--r--fsa/src/alltest/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/fsa/src/alltest/CMakeLists.txt b/fsa/src/alltest/CMakeLists.txt
index b6e77eb6bc1..d4b4c2bbd3e 100644
--- a/fsa/src/alltest/CMakeLists.txt
+++ b/fsa/src/alltest/CMakeLists.txt
@@ -68,6 +68,6 @@ vespa_add_executable(fsa_vectorizer_perf_test_app TEST
fsa
)
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)
+ 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)