Skip to content
Snippets Groups Projects
Commit 994fe419 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

more tests

Rev: bin/mktestsuite:1.9
Rev: bin/test_pike.pike:1.9
parent 2be550c5
No related branches found
No related tags found
No related merge requests found
......@@ -149,5 +149,5 @@ test_equal(max($2,$1,$3), $3)
EOF
cat $1
) | (shift ; $M4 $@ )
) | (shift ; $M4 "$@" )
#!/usr/local/bin/pike
/* $Id: test_pike.pike,v 1.8 1998/04/06 03:19:37 hubbe Exp $ */
/* $Id: test_pike.pike,v 1.9 1998/04/08 22:05:36 hubbe Exp $ */
#include <simulate.h>
......@@ -164,6 +164,7 @@ int main(int argc, string *argv)
{
werror("Test "+(e+1)+" failed.\n");
werror(test+"\n");
werror(sprintf("o->a(): %O\n",a));
errors++;
}else{
successes++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment