summaryrefslogtreecommitdiff
path: root/tests/hash-test.c
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@downhill.at.eu.org>2011-12-23 14:25:58 +0100
committerStef Walter <stefw@collabora.co.uk>2011-12-23 19:46:15 +0100
commit83dcc15d1d97218004137769ff68e2e8119f1d80 (patch)
treeb0c7920b783d68d9bee414cc4a75c0076c3259b2 /tests/hash-test.c
parent2da833b0ca9539c12745d2f9fef1e7be7c7792dc (diff)
Compile CuTest.c separately.
Use regular compile and link instead of having #include "CuTest.c" in every test. Works around gcc optimization issue.
Diffstat (limited to 'tests/hash-test.c')
-rw-r--r--tests/hash-test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/hash-test.c b/tests/hash-test.c
index c1040cd..876088b 100644
--- a/tests/hash-test.c
+++ b/tests/hash-test.c
@@ -407,5 +407,3 @@ main (void)
return ret;
}
-
-#include "CuTest.c"