[mw-devel] MW3 r1117 - branches/nomud/src
welshbyte at sucs.org
welshbyte at sucs.org
Sun Dec 6 17:57:58 GMT 2009
Author: welshbyte
Date: 2009-12-06 17:57:58 +0000 (Sun, 06 Dec 2009)
New Revision: 1117
Modified:
branches/nomud/src/Makefile
Log:
Fix make test to cope with the lack of a 'rooms' directory
Modified: branches/nomud/src/Makefile
===================================================================
--- branches/nomud/src/Makefile 2009-12-06 17:46:17 UTC (rev 1116)
+++ branches/nomud/src/Makefile 2009-12-06 17:57:58 UTC (rev 1117)
@@ -121,7 +121,7 @@
test:
make TESTDIR=$(CURDIR)/mwtest $@
else
-TESTFILES=../colour ../help ../login.banner ../rooms ../scripthelp ../talkhelp ../wizhelp
+TESTFILES=../colour ../help ../login.banner ../scripthelp ../talkhelp ../wizhelp
test:
mkdir -p $(TESTDIR)
cd $(TESTDIR) && mkdir -p mw run/mw log/mw lib/mw
More information about the mw-devel
mailing list