Skip to content
Snippets Groups Projects
Commit eb100676 authored by Timo Teräs's avatar Timo Teräs
Browse files

test: move subdir unit to be the first

so the potential subdir_done does not affect it
parent a6180e4c
No related branches found
No related tags found
No related merge requests found
subdir('unit')
enum_sh = find_program('enum.sh', required: get_option('tests')) enum_sh = find_program('enum.sh', required: get_option('tests'))
solver_sh = find_program('solver.sh', required: get_option('tests')) solver_sh = find_program('solver.sh', required: get_option('tests'))
...@@ -9,8 +11,6 @@ cur_dir = meson.current_source_dir() ...@@ -9,8 +11,6 @@ cur_dir = meson.current_source_dir()
env = environment() env = environment()
env.set('APK', apk_exe.full_path()) env.set('APK', apk_exe.full_path())
subdir('unit')
foreach t : run_command(enum_sh, 'shell', check: true).stdout().strip().split(' ') foreach t : run_command(enum_sh, 'shell', check: true).stdout().strip().split(' ')
test(t, files(cur_dir / t), suite: 'shell', depends: apk_exe, env: env, priority: 100) test(t, files(cur_dir / t), suite: 'shell', depends: apk_exe, env: env, priority: 100)
endforeach endforeach
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment