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/pin-test.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/pin-test.c') diff --git a/tests/pin-test.c b/tests/pin-test.c index f4cfd8d..0f6261f 100644 --- a/tests/pin-test.c +++ b/tests/pin-test.c @@ -295,5 +295,3 @@ main (void) return ret; } - -#include "CuTest.c" -- cgit v1.1