Revision ec9697b1 configure

View differences:

configure
99 99
	else \\
100 100
	    $WAF uninstall ; \\
101 101
	fi;
102
 
103
test: all
104
	@for i in test/test*.js; do \\
105
		echo -n "\$\$i: "; \\
106
		build/default/node \$\$i && echo pass || echo fail; \\
107
	done 
102 108

  
103 109
clean:
104 110
	@$WAF clean
......
107 113
	@$WAF distclean
108 114
	@-rm -rf _build_
109 115
	@-rm -f Makefile
116
	@-rm -f *.pyc
110 117

  
111 118
check:
112 119
	@$WAF check
......
114 121
dist:
115 122
	@$WAF dist
116 123

  
117
.PHONY: clean dist distclean check uninstall install all
124
.PHONY: clean dist distclean check uninstall install all test
118 125

  
119 126
EOF
120 127
}

Also available in: Unified diff