mirror of
https://github.com/open-goal/jak-project
synced 2026-07-10 23:22:17 -04:00
Unrelated: Add back pretty-print tests
This commit is contained in:
+5
-4
@@ -18,15 +18,16 @@ add_executable(goalc-test
|
||||
test_emitter_integer_math.cpp
|
||||
test_common_util.cpp
|
||||
test_deftype.cpp
|
||||
${GOALC_TEST_FRAMEWORK_SOURCES}
|
||||
${GOALC_TEST_CASES})
|
||||
test_pretty_print.cpp
|
||||
${GOALC_TEST_FRAMEWORK_SOURCES}
|
||||
${GOALC_TEST_CASES})
|
||||
|
||||
enable_testing()
|
||||
|
||||
IF (WIN32)
|
||||
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
|
||||
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
|
||||
|
||||
# TODO - split out these declarations for platform specific includes
|
||||
# TODO - split out these declarations for platform specific includes
|
||||
target_link_libraries(goalc-test cross_sockets goos common_util listener runtime compiler type_system gtest mman)
|
||||
ELSE()
|
||||
target_link_libraries(goalc-test cross_sockets goos common_util listener runtime compiler type_system gtest)
|
||||
|
||||
Reference in New Issue
Block a user