Files
SERiF/tests/meson.build
Emily Boudreaux 4fd3643d1e fix(resource-manager): fixed old style calls to opat-core
tboudreaux:feature/mixedPolytrope implimented a fix to bring old style opat-core calls to the more up to date style. This change has been fast forwarded into main
2025-04-25 10:39:10 -04:00

21 lines
502 B
Meson

# Google Test dependency
gtest_dep = dependency('gtest', main: true, required : true)
gtest_main = dependency('gtest_main', required: true)
gtest_nomain_dep = dependency('gtest', main: false, required : true)
# Subdirectories for unit and integration tests
subdir('dobj')
subdir('const')
subdir('meshIO')
subdir('config')
subdir('probe')
subdir('eos')
subdir('resource')
subdir('network')
subdir('composition')
# Subdirectories for sandbox tests
subdir('dobj_sandbox')
subdir('composition_sandbox')