mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
refactor: Rename unittests
This commit is contained in:
@@ -4,15 +4,15 @@ include_directories(${PROJECT_SOURCE_DIR}/include)
|
||||
|
||||
|
||||
add_executable(
|
||||
hello_test
|
||||
hello_test.cc
|
||||
end_to_end_jit_test
|
||||
end_to_end_jit_test.cc
|
||||
)
|
||||
target_link_libraries(
|
||||
hello_test
|
||||
end_to_end_jit_test
|
||||
gtest_main
|
||||
ZamalangSupport
|
||||
)
|
||||
|
||||
include(GoogleTest)
|
||||
gtest_discover_tests(hello_test)
|
||||
gtest_discover_tests(end_to_end_jit_test)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user