a64895b4f8
X-SVN-Rev: 40912
8 lines
97 B
Makefile
8 lines
97 B
Makefile
all:
|
|
scons debug=1
|
|
|
|
test:
|
|
./run_tests --list | tr -d '<' | xargs ./run_tests
|
|
|
|
.PHONY: test all
|