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

@@ -6,12 +6,12 @@ lib_sources = files(
subdir('cpu')
fmt = dependency('fmt', version : '>=10.1.0')
lib = library(
lib = static_library(
meson.project_name(),
lib_sources,
dependencies: [fmt],
include_directories: inc,
install: true
install: true,
)
import('pkgconfig').generate(lib)