Add 'check' as GCS conforming alias for make's 'test' goal.
This commit is contained in:
@@ -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..."; \
|
||||
|
Reference in New Issue
Block a user