Created
October 23, 2015 11:07
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~/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