diff options
author | Keith Marshall <keithmarshall@@users.sf.net> | 2012-01-15 21:30:48 +0000 |
---|---|---|
committer | Keith Marshall <keithmarshall@@users.sf.net> | 2012-01-15 21:30:48 +0000 |
commit | 47c607cdca55691c3f86f482f48a56a83d09bf34 (patch) | |
tree | 1825e70254f9dd1921c6647756257745305423f3 /winsup/w32api/lib/directx | |
parent | fe493b0f4b9cf42766cd81772a7c3887eb0c1a26 (diff) | |
download | cygnal-47c607cdca55691c3f86f482f48a56a83d09bf34.tar.gz cygnal-47c607cdca55691c3f86f482f48a56a83d09bf34.tar.bz2 cygnal-47c607cdca55691c3f86f482f48a56a83d09bf34.zip |
Add 'check' as GCS conforming alias for make's 'test' goal.
Diffstat (limited to 'winsup/w32api/lib/directx')
-rw-r--r-- | winsup/w32api/lib/directx/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/w32api/lib/directx/Makefile.in b/winsup/w32api/lib/directx/Makefile.in index bb5771891..2970c5b0b 100644 --- a/winsup/w32api/lib/directx/Makefile.in +++ b/winsup/w32api/lib/directx/Makefile.in @@ -50,8 +50,9 @@ all-default: $(LIBS) 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 directx..." @for lang in c c++ objective-c; do \ echo "$$lang..."; \ |