Author: bernhard
Date: Thu May 5 10:05:21 2005
New Revision: 7990
Modified:
trunk/config/gen/makefiles/bf.in
trunk/languages/bf/README
Log:
Call the correct 'harness' when doing 'make test' in languages/bf
Modified: trunk/config/gen/makefiles/bf.in
==============================================================================
--- trunk/config/gen/makefiles/bf.in (original)
+++ trunk/config/gen/makefiles/bf.in Thu May 5 10:05:21 2005
@@ -20,7 +20,7 @@
@echo " help: print this help message"
test: build
- cd .. && $(PERL) scheme/t/harness
+ cd .. && $(PERL) bf/t/harness
build: bf.pasm
$(PARROT) -o bf.pbc bf.pasm
Modified: trunk/languages/bf/README
==============================================================================
--- trunk/languages/bf/README (original)
+++ trunk/languages/bf/README Thu May 5 10:05:21 2005
@@ -2,7 +2,8 @@
This is a Brainfuck interpreter for Parrot. Brainfuck is a full
computer programming language with only eight commands. For more
-information, see http://www.catseye.mb.ca/esoteric/bf/
+information, see http://www.catseye.mb.ca/esoteric/bf/ or
+http://en.wikipedia.org/wiki/Brainfuck.
To compile the files: