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/diagnostic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/diagnostic.c') 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, ""); -- cgit v1.2.3