From c8651b8c89673300477ab86962640c93216ea306 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 17 Feb 2011 10:59:05 +0000 Subject: Add compiling, but always failing test as default. --- tools/PracroAdd | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/PracroAdd b/tools/PracroAdd index 2c04756..bb668b8 100644 --- a/tools/PracroAdd +++ b/tools/PracroAdd @@ -71,6 +71,7 @@ function ccfile() { echo "TEST_BEGIN;" >> $1; echo "" >> $1; echo "// TODO: Put some testcode here (see test.h for usable macros)." >> $1; + echo "TEST_TRUE(false, \"No tests yet!\");" >> $1; echo "" >> $1; echo "TEST_END;" >> $1; echo "" >> $1; -- cgit v1.2.3