aboutsummaryrefslogtreecommitdiffstats
path: root/test/meson.build
blob: bae68518cbe58bcbbf5062abd074bdeea6402279 (plain)
1
2
3
4
5
6
7
8
9
test_filenames = [
	'main.c',
	'test.c',
	'float.c',
	'diagnostic.c',
	'time.c'
	]

test_sources = files(test_filenames)