summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/lib/directx
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/lib/directx')
-rw-r--r--winsup/w32api/lib/directx/Makefile.in5
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..."; \