diff options
author | 2017-11-08 14:46:54 +0200 | |
---|---|---|
committer | 2017-11-08 14:46:54 +0200 | |
commit | c7198103b9816ef761ddbdf5d23f94e52afdc730 (patch) | |
tree | 06e1cdd5355000e3b828babba43ea3be8d973262 /test/float_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/float_test.h')
-rw-r--r-- | test/float_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/float_test.h b/test/float_test.h index 1787bd7..89bcf21 100644 --- a/test/float_test.h +++ b/test/float_test.h @@ -23,6 +23,6 @@ #include "test.h" -struct test_results float_test(void); +int float_test(char *testname); #endif /* LIBRIN_FLOAT_TEST_INCLUDED */ |