test: Porting FreeBSD

This commit is contained in:
Sukchan Lee
2021-02-08 14:25:40 -05:00
parent fea48f5a44
commit 852756f902
49 changed files with 629 additions and 346 deletions

View File

@@ -113,7 +113,7 @@ subdir('configs')
subdir('lib')
subdir('src')
subdir('misc')
# Dont build the tests unless we can run them (either natively or in an exe wrapper)
# Don't build the tests unless we can run them (either natively or in an exe wrapper)
build_tests = not meson.is_cross_build() or (meson.is_cross_build() and meson.has_exe_wrapper())
if build_tests
subdir('tests')