Skip to content

Commit

Permalink
fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuHy committed Feb 23, 2024
1 parent 9d5580c commit e504f99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ endforeach ()
add_pscm_test(sicp_ch1_tests sicp/ch1_tests.cpp)
add_pscm_test(r4rs_test r4rs/r4rs_tests.cpp)
add_pscm_test(module_test module/load_path_tests.cpp)
add_pscm_test(core_test core/simple_core_tests.cpp)
if (PSCM_ENABLE_MLIR_CODEGEN)
add_pscm_test(core_test core/simple_core_tests.cpp)
endif ()
target_include_directories(core_test PRIVATE ${CMAKE_SOURCE_DIR}/src)
if (EMSCRIPTEN)
elseif (WIN32)
Expand Down

0 comments on commit e504f99

Please sign in to comment.