Add 'check' as GCS conforming alias for make's 'test' goal.

This commit is contained in:
Keith Marshall
2012-01-15 21:30:48 +00:00
parent fe493b0f4b
commit 47c607cdca
5 changed files with 22 additions and 9 deletions

View File

@@ -41,8 +41,8 @@ TEST_OPTIONS = \
$(ALL_CFLAGS) -Wall -pedantic -Wsystem-headers \
-c ${srcdir}/test.c -o test.o
.PHONY: test
test:
.PHONY: check test
check test:
@echo "Testing ddk..."
@for lang in c c++ objective-c; do \
echo "$$lang..."; \