2024-05-02 06:26:18 +00:00
|
|
|
include(CTest)
|
|
|
|
|
|
|
|
set(PROJECT_BINARY_DIR bin)
|
|
|
|
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/tests)
|
|
|
|
set(CTEST_BINARY_DIRECTORY ${PROJECT_BINARY_DIR}/tests)
|
|
|
|
|
|
|
|
# Provide test to run here or include another CMakeLists.txt
|
|
|
|
|
2024-05-04 13:33:20 +00:00
|
|
|
add_subdirectory(logging)
|
2024-05-07 13:22:52 +00:00
|
|
|
add_subdirectory(input_file)
|
2024-05-17 13:39:07 +00:00
|
|
|
add_subdirectory(ast)
|
2024-05-27 14:47:32 +00:00
|
|
|
add_subdirectory(glib)
|
|
|
|
add_subdirectory(llvm)
|