blob: cd7573417bf0cf04c4b86685216b8100d5262db8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
tests = [
['test-file-utilities-get-common-filename-prefix', [
'test-file-utilities-get-common-filename-prefix.c'
]],
['test-eel-string-get-common-prefix', [
'test-eel-string-get-common-prefix.c'
]],
['test-file-utilities', [
'test-file-utilities.c'
]]
]
foreach t: tests
test(t[0], executable(t[0], t[1], dependencies: libnautilus_dep))
endforeach
|