fix dots display in Makefile

This commit is contained in:
Dane Springmeyer 2012-04-16 22:14:10 -07:00
parent e3982081d8
commit 53265b352c

View file

@ -18,7 +18,7 @@ uninstall:
python scons/scons.py uninstall
test:
@echo "*** Running visual tests"
@echo "*** Running visual tests..."
@python tests/visual_tests/test.py -q
@echo "*** Running C++ tests..."
@for FILE in tests/cpp_tests/*-bin; do \