Moved tests + Added more tests + Added memory testing to actions
Run tests / Run tests (push) Failing after 6s
Run tests / Run tests (push) Failing after 6s
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
tests = [
|
||||
'zero_cap_grow',
|
||||
'reducecap_updatelen',
|
||||
'reducecap_free_elems',
|
||||
'reducelen_free_elems',
|
||||
]
|
||||
|
||||
foreach t : tests
|
||||
exec = executable(t, t+'.c', dependencies: [vec_dep], c_args: evh_c_args)
|
||||
test(t, exec, suite: 'vec')
|
||||
endforeach
|
||||
Reference in New Issue
Block a user