summaryrefslogtreecommitdiff
path: root/tools/PracroAdd
diff options
context:
space:
mode:
Diffstat (limited to 'tools/PracroAdd')
-rw-r--r--tools/PracroAdd1
1 files changed, 1 insertions, 0 deletions
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;