Commit b8336bbc authored by Andrea Guzzo's avatar Andrea Guzzo
Browse files

the '-n' option is not standard so not present in all 'echo' implementations

and it's actually harmless to have an extra newline in the generated sourcecode
parent 0a55c7f8
......@@ -23,7 +23,7 @@ cat $FILES | grep '^void Test' |
-e 's/$/(CuTest*);/' \
-e 's/^/extern /'
echo -n \
echo \
'
void RunAllTests(void)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment