The full rewrite of mean_field into something maintainable is progressing. dimensions is mostly done, discritization (domain, blocks, and fields) is done, and eos is progressing quickly
13 lines
438 B
Meson
13 lines
438 B
Meson
if get_option('build_tests')
|
|
# subdir('discritization')
|
|
#
|
|
# test_include_dir = include_directories('include')
|
|
#
|
|
# catch2_dep = dependency('Catch2', required:true)
|
|
stroid_dep = dependency('stroid', required:true)
|
|
#
|
|
# test_sources = discretization_test_sources
|
|
# executable('serif_tests', test_sources, dependencies: [serif_dep, catch2_dep, stroid_dep], include_directories: test_include_dir)
|
|
|
|
subdir('sandbox')
|
|
endif |