Files
SERiF/tests/meson.build

9 lines
209 B
Meson

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