Files
SERiF/tests/meson.build

16 lines
362 B
Meson
Raw Normal View History

# 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')
2025-02-14 14:31:30 -05:00
subdir('opatIO')
subdir('meshIO')
2025-02-19 16:12:23 -05:00
subdir('config')
subdir('probe')
# Subdirectories for sandbox tests
subdir('dobj_sandbox')