We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc48d23 commit 1a628f1Copy full SHA for 1a628f1
src/meson.build
@@ -104,7 +104,6 @@ subdir('image')
104
subdir('output')
105
subdir('preview')
106
subdir('post_processing_stages')
107
-subdir('tests')
108
109
110
# Generate a version string.
@@ -220,6 +219,9 @@ core_lib = static_library('core',
220
219
include_directories : pitrac_lm_include_dirs,
221
dependencies : pitrac_lm_module_deps)
222
+# Now that libraries are defined, we can build tests that link against them
223
+subdir('tests')
224
+
225
pitrac_lm_sources += ['lm_main.cpp']
226
227
exec = executable('pitrac_lm',
0 commit comments