Files
SERiF/tests/meson.build

13 lines
312 B
Meson

# Google Test dependency
gtest_dep = dependency('gtest', main: true, required : true)
gtest_nomain_dep = dependency('gtest', main: false, required : true)
# Subdirectories for unit and integration tests
subdir('dobj')
subdir('const')
subdir('opatIO')
# Subdirectories for sandbox tests
subdir('dobj_sandbox')