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

test_sources = files(test_filenames)