Skip to content

Commit

Permalink
meson: before-after2 igr-test
Browse files Browse the repository at this point in the history
This commit just add it to src/igr-tests/meson.build

Signed-off-by: Mobin "Hojjat" Aydinfar <[email protected]>
  • Loading branch information
mobin-2008 committed Jun 28, 2023
1 parent 2ba1849 commit 50564db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/igr-tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ svcstartfail_test_script = files(meson.current_source_dir() + '/svc-start-fail/r
depnotfound_test_script = files(meson.current_source_dir() + '/dep-not-found/run-test.sh')
pseudocycle_test_script = files(meson.current_source_dir() + '/pseudo-cycle/run-test.sh')
beforeafter_test_script = files(meson.current_source_dir() + '/before-after/run-test.sh')
beforeafter2_test_script = files(meson.current_source_dir() + '/before-after2/run-test.sh')
test(
'basic',
basic_test_script,
Expand Down Expand Up @@ -146,3 +147,9 @@ test(
env : igr_tests_env,
suite: 'igr_tests'
)
test(
'before-after2',
beforeafter2_test_script,
env : igr_tests_env,
suite : 'igr_tests'
)

0 comments on commit 50564db

Please sign in to comment.