Name: js-handler/tests/Makefile
| 1: | test: |
| 2: | @echo "testing js"; export NODE_PATH=.; nodejs ../node_modules/nodeunit/bin/nodeunit test.js |
| 3: | @echo "testing rb"; ruby test.rb |
| 4: | |
| 5: | .PHONY: test |
| 1: | test: |
| 2: | @echo "testing js"; export NODE_PATH=.; nodejs ../node_modules/nodeunit/bin/nodeunit test.js |
| 3: | @echo "testing rb"; ruby test.rb |
| 4: | |
| 5: | .PHONY: test |