Skip to content

Commit

Permalink
removed test temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
milgra committed Dec 19, 2022
1 parent 94be544 commit 80b8363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,6 @@ e = executable('maintest', 'src/tests/test_analyzer.c')

test('MAIN TEST', e)

scripttests = find_program('tst/test_run.sh')
# scripttests = find_program('tst/test_run.sh')

test('SCRIPTED TESTS', scripttests, timeout: 0, workdir : meson.current_source_dir(), args : [meson.current_build_dir(),meson.current_source_dir()])
# test('SCRIPTED TESTS', scripttests, timeout: 0, workdir : meson.current_source_dir(), args : [meson.current_build_dir(),meson.current_source_dir()])

0 comments on commit 80b8363

Please sign in to comment.