From 55c6870e0fa017dc48b0a198c32f5dcb304ed792 Mon Sep 17 00:00:00 2001 From: Tejas Shah Date: Sun, 19 May 2024 18:05:42 -0700 Subject: [PATCH] Adds faiss_wrapper_unit_test.cpp in CmakeList Signed-off-by: Tejas Shah --- jni/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/jni/CMakeLists.txt b/jni/CMakeLists.txt index 595fa6fea..32c6e8634 100644 --- a/jni/CMakeLists.txt +++ b/jni/CMakeLists.txt @@ -147,6 +147,7 @@ if ("${WIN32}" STREQUAL "") add_executable( jni_test tests/faiss_wrapper_test.cpp + tests/faiss_wrapper_unit_test.cpp tests/faiss_util_test.cpp tests/nmslib_wrapper_test.cpp tests/test_util.cpp