mirror of
https://github.com/johndoe6345789/MetalOS.git
synced 2026-04-24 13:45:02 +00:00
11 lines
209 B
CMake
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)
|