Skip to content

Instantly share code, notes, and snippets.

@jonm
Created October 23, 2015 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonm/b0adf780646944c2bd03 to your computer and use it in GitHub Desktop.
Save jonm/b0adf780646944c2bd03 to your computer and use it in GitHub Desktop.
unit test fails, as expected, but with less info than we'd want
[~/src/SillyMUD/src]$ make test
gcc -g -DIMPL_SECURITY -DNEW_RENT -DLEVEL_LOSS -DNEWEXP -DGROUP_NAMES -DIMPL_SECURITY -DNEW_RENT -DLEVEL_LOSS -DNEWEXP -DGROUP_NAMES -c -o test.act.wizard.o test.act.wizard.c
gcc -o tests comm.o act.comm.o act.info.o act.move.o act.obj1.o act.obj2.o act.off.o act.other.o act.social.o act.wizard.o handler.o db.o interpreter.o utility.o spec_assign.o shop.o limits.o mobact.o fight.o modify.o weather.o spells1.o spells2.o spell_parser.o reception.o constants.o spec_procs.o signals.o board.o magic.o magic2.o skills.o Opinion.o Trap.o magicutils.o multiclass.o hash.o Sound.o Heap.o spec_procs2.o magic3.o security.o spec_procs3.o create.o bsd.o parser.o intrinsics.o test.act.wizard.o -lcriterion
./tests
[----] test.act.wizard.c:17: Assertion failed: The expression (as strings) (dst) == ("") is false.
[FAIL] act_wizard::dsearch_simple_tilde: (0.00s)
[====] Synthesis: Tested: 2 | Passing: 1 | Failing: 1 | Crashing: 0
make: *** [test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment