tests: complete exec tests (for now)

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-09-19 08:58:11 +05:30
parent fa96a4d09f
commit 1eb4a9545b
7 changed files with 411 additions and 143 deletions

View File

@@ -15,7 +15,7 @@ catch2_tests = executable(
dependencies: catch2,
link_with: tests_deps,
include_directories: [inc, src],
build_by_default: false
build_by_default: false,
)
test('catch2 tests', catch2_tests)