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

test_sources = files(test_filenames)