From c7198103b9816ef761ddbdf5d23f94e52afdc730 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Wed, 8 Nov 2017 14:46:54 +0200 Subject: tests: split test and let meson handle them. --- test/float_test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/float_test.h') 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 */ -- cgit v1.2.3