summary refs log tree commit diff
path: root/stdlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r--stdlib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index 7efc1d6e0d..ee7039f8c2 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -51,7 +51,8 @@ routines	:=							      \
 
 distribute	:= exit.h grouping.h abort-instr.h isomac.c
 tests		:= tst-strtol tst-strtod testmb testrand testsort testdiv \
-		   test-canon test-canon2 tst-strtoll tst-environ
+		   test-canon test-canon2 tst-strtoll tst-environ	  \
+		   tst-xpg-basename
 
 
 # Several mpn functions from GNU MP are used by the strtod function.