From 83dcc15d1d97218004137769ff68e2e8119f1d80 Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Fri, 23 Dec 2011 14:25:58 +0100 Subject: Compile CuTest.c separately. Use regular compile and link instead of having #include "CuTest.c" in every test. Works around gcc optimization issue. --- tests/conf-test.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/conf-test.c') diff --git a/tests/conf-test.c b/tests/conf-test.c index b86ffa7..df44fae 100644 --- a/tests/conf-test.c +++ b/tests/conf-test.c @@ -403,5 +403,3 @@ main (void) CuStringDelete (output); return ret; } - -#include "CuTest.c" -- cgit v1.1