- Fixed minor bugs in escaping string
[haanga.git] / Makefile
blob55355751e529ba9bb9139cc9c175a8b419a9f8b1
1 all: build test
3 build:
4 plex lib/Haanga/Compiler/Lexer.lex
5 phplemon lib/Haanga/Compiler/Parser.y
8 test:
9 cd tests; ~/bin/php-5.2/bin/php /usr/bin/phpunit --colors --verbose TestSuite.php
10 cd tests; php /usr/bin/phpunit --coverage-html coverage/ --colors --verbose TestSuite.php
12 test-fast:
13 cd tests; php /usr/bin/phpunit --stop-on-failure --colors --verbose TestSuite.php
16 edit:
17 vim lib/Haanga/Compiler/Parser.y lib/Haanga/Compiler/Lexer.lex -O