mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Add Basic Tests
This commit is contained in:
parent
27286817db
commit
546c452755
7 changed files with 143 additions and 42 deletions
|
@ -3,5 +3,11 @@ cmake_minimum_required(VERSION 3.2)
|
|||
|
||||
project(chiaki)
|
||||
|
||||
option(CHIAKI_ENABLE_TESTS "Enable tests for Chiaki" ON)
|
||||
|
||||
add_subdirectory(lib)
|
||||
add_subdirectory(test)
|
||||
|
||||
if(CHIAKI_ENABLE_TESTS)
|
||||
enable_testing()
|
||||
add_subdirectory(test)
|
||||
endif()
|
Loading…
Add table
Add a link
Reference in a new issue