aboutsummaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
authorGravatar Gediminas Jakutis <gediminas@varciai.lt> 2017-11-08 14:46:54 +0200
committerGravatar Gediminas Jakutis <gediminas@varciai.lt> 2017-11-08 14:46:54 +0200
commitc7198103b9816ef761ddbdf5d23f94e52afdc730 (patch)
tree06e1cdd5355000e3b828babba43ea3be8d973262 /test/meson.build
parent02096520941201b3a90d3892eadf6846e8e1c5df (diff)
downloadlibrin-c7198103b9816ef761ddbdf5d23f94e52afdc730.tar.gz
librin-c7198103b9816ef761ddbdf5d23f94e52afdc730.tar.bz2
librin-c7198103b9816ef761ddbdf5d23f94e52afdc730.zip
tests: split test and let meson handle them.
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index 70dfcf9..3cc925b 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -3,6 +3,7 @@ test_filenames = [
'test.c',
'float.c',
'diagnostic.c',
+ 'gpio.c'
]
test_sources = files(test_filenames)