Files
MetalOS/tests/CMakeLists.txt
2025-12-28 20:03:46 +00:00

11 lines
209 B
CMake

# MetalOS Tests CMakeLists
# Include test framework
include_directories(include)
# Unit tests subdirectory
add_subdirectory(unit)
# Integration tests can be added here later
# add_subdirectory(integration)