Unrelated: Add back pretty-print tests

This commit is contained in:
Tyler Wilding
2020-10-09 21:18:57 -04:00
parent 911a115c61
commit b39b6c8ce6
+5 -4
View File
@@ -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)