diff options
author | 2017-11-08 14:46:54 +0200 | |
---|---|---|
committer | 2017-11-08 14:46:54 +0200 | |
commit | c7198103b9816ef761ddbdf5d23f94e52afdc730 (patch) | |
tree | 06e1cdd5355000e3b828babba43ea3be8d973262 /test/diagnostic.c | |
parent | 02096520941201b3a90d3892eadf6846e8e1c5df (diff) | |
download | librin-c7198103b9816ef761ddbdf5d23f94e52afdc730.tar.gz librin-c7198103b9816ef761ddbdf5d23f94e52afdc730.tar.bz2 librin-c7198103b9816ef761ddbdf5d23f94e52afdc730.zip |
tests: split test and let meson handle them.
Diffstat (limited to 'test/diagnostic.c')
-rw-r--r-- | test/diagnostic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/diagnostic.c b/test/diagnostic.c index f8a2bd4..b6958ad 100644 --- a/test/diagnostic.c +++ b/test/diagnostic.c @@ -21,7 +21,7 @@ #include "test.h" #include "diagnostic_test_private.h" -struct test_results diagnostic_test(void) +int diagnostic_test(char *testname) { /* basically a NOOP */ return ok(0, ""); |