Created
November 19, 2015 23:07
-
-
Save jonm/de1d4baec65a2a550af6 to your computer and use it in GitHub Desktop.
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
$ make check | |
Making check in src | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make tests | |
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -MT test.act.wizard.o -MD -MP -MF .deps/test.act.wizard.Tpo -c -o test.act.wizard.o test.act.wizard.c | |
mv -f .deps/test.act.wizard.Tpo .deps/test.act.wizard.Po | |
gcc -DLOCAL_STATE_DIR=\"/usr/local/var\" -g -O2 -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 | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make check-TESTS | |
PASS: tests | |
============================================================================ | |
Testsuite summary for dmserver 0.1.0 | |
============================================================================ | |
# TOTAL: 1 | |
# PASS: 1 | |
# SKIP: 0 | |
# XFAIL: 0 | |
# FAIL: 0 | |
# XPASS: 0 | |
# ERROR: 0 | |
============================================================================ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment