mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
Write additional parser tests, update some of the existing tests to work with throw_on_error
This commit is contained in:
@@ -14,13 +14,14 @@ tests = [
|
||||
]
|
||||
|
||||
foreach name : tests
|
||||
test_name = 'test_' + name
|
||||
|
||||
exe = executable(
|
||||
name,
|
||||
'test_' + name + '.cpp',
|
||||
test_name,
|
||||
test_name + '.cpp',
|
||||
dependencies: [doctest_dep, ssp_dep]
|
||||
)
|
||||
|
||||
test('test_' + name, exe, timeout: 60)
|
||||
test(test_name, exe, timeout: 60)
|
||||
endforeach
|
||||
|
||||
|
||||
Reference in New Issue
Block a user