Skip to content
Snippets Groups Projects
Commit 3a2c9f57 authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Move two tests which weren't unit tests

parent c000c30f
No related branches found
No related tags found
No related merge requests found
File moved
File moved
......@@ -12,7 +12,9 @@ executable('fixed-sizeof', 'fixed-sizeof.c')
executable('fgets', 'fgets.c')
executable('gcd', 'gcd.c')
executable('getchar', 'getchar.c')
executable('hashtable-test', 'hashtable-test.c', dependencies: types_dep)
executable('kepler', 'kepler.c', dependencies: libm)
executable('list-test', 'list-test.c', dependencies: types_dep)
executable('next', 'next.c', dependencies: libm)
executable('parrot', 'parrot.c')
executable('sizeof', 'sizeof.c')
......
......@@ -10,16 +10,7 @@ empty = executable('array-empty',
'array-empty.c',
dependencies: [types_dep, glib_dep])
hash = executable('hashtable-test',
'hashtable-test.c',
dependencies: types_dep)
list = executable('list-test',
'list-test.c',
dependencies: types_dep)
test('array-average', avg)
test('array-basic', basic)
test('array-empty', empty)
test('hashtable-test', hash)
test('list-test', list)
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