refactor: Rename unittests

This commit is contained in:
Quentin Bourgerie
2021-08-24 17:26:27 +02:00
parent 19f1a22b6a
commit 88d896cb64
2 changed files with 4 additions and 4 deletions

View File

@@ -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)