summaryrefslogtreecommitdiffstats
path: root/fsa/src/alltest/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'fsa/src/alltest/CMakeLists.txt')
-rw-r--r--fsa/src/alltest/CMakeLists.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/fsa/src/alltest/CMakeLists.txt b/fsa/src/alltest/CMakeLists.txt
index dc0f13c0f55..7f27b8a02e2 100644
--- a/fsa/src/alltest/CMakeLists.txt
+++ b/fsa/src/alltest/CMakeLists.txt
@@ -4,68 +4,68 @@ vespa_add_executable(fsa_conceptnet_test_app
conceptnet_test.cpp
DEPENDS
fsamanagers
- fsa
+ vespafsa
)
vespa_add_executable(fsa_detector_test_app
SOURCES
detector_test.cpp
DEPENDS
- fsa
+ vespafsa
)
vespa_add_executable(fsa_fsa_test_app
SOURCES
fsa_test.cpp
DEPENDS
- fsa
+ vespafsa
)
vespa_add_executable(fsa_fsa_create_test_app
SOURCES
fsa_create_test.cpp
DEPENDS
- fsa
+ vespafsa
)
vespa_add_executable(fsa_fsa_perf_test_app
SOURCES
fsa_perftest.cpp
DEPENDS
- fsa
+ vespafsa
)
vespa_add_executable(fsa_fsamanager_test_app
SOURCES
fsamanager_test.cpp
DEPENDS
fsamanagers
- fsa
+ vespafsa
)
vespa_add_executable(fsa_lookup_test_app
SOURCES
lookup_test.cpp
DEPENDS
- fsa
+ vespafsa
)
vespa_add_executable(fsa_ngram_test_app
SOURCES
ngram_test.cpp
DEPENDS
- fsa
+ vespafsa
)
vespa_add_executable(fsa_segmenter_test_app
SOURCES
segmenter_test.cpp
DEPENDS
- fsa
+ vespafsa
)
vespa_add_executable(fsa_vectorizer_test_app
SOURCES
vectorizer_test.cpp
DEPENDS
- fsa
+ vespafsa
)
vespa_add_executable(fsa_vectorizer_perf_test_app TEST
SOURCES
vectorizer_perftest.cpp
DEPENDS
- fsa
+ vespafsa
)
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