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_test.h | |
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_test.h')
-rw-r--r-- | test/diagnostic_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/diagnostic_test.h b/test/diagnostic_test.h index e8f2967..0929abb 100644 --- a/test/diagnostic_test.h +++ b/test/diagnostic_test.h @@ -21,6 +21,6 @@ #ifndef LIBRIN_DIAGNOSTIC_TEST_INCLUDED #define LIBRIN_DIAGNOSTIC_TEST_INCLUDED -struct test_results diagnostic_test(void); +int diagnostic_test(char *testname); #endif /* LIBRIN_DIAGNOSTIC_TEST_INCLUDED */ |