summaryrefslogtreecommitdiff
path: root/tests/port/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/port/GNUmakefile')
-rw-r--r--tests/port/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/port/GNUmakefile b/tests/port/GNUmakefile
index 74e16cf..228fe92 100644
--- a/tests/port/GNUmakefile
+++ b/tests/port/GNUmakefile
@@ -7,8 +7,8 @@ INCLUDE_DIRS = \
-I$(TOPDIR)/include/wolf -I. -I$(TOPDIR)/src
BINS = \
- test_strdup \
- test_strerror_r
+ test_strdup$(EXE) \
+ test_strerror_r$(EXE)
-include $(TOPDIR)/makefiles/sub.mk