]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdio-common/Makefile
Add test for bug 29530
[thirdparty/glibc.git] / stdio-common / Makefile
index ace19a8388b455b15c6aa8ec2887d5167359d3f3..9aaf2ec0518536cb2e3647e703b33ba9e93806bd 100644 (file)
@@ -67,7 +67,9 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \
         tst-renameat2 tst-bz11319 tst-bz11319-fortify2 \
         scanf14a scanf16a \
         tst-printf-bz25691 \
-        tst-vfprintf-width-prec-alloc
+        tst-vfprintf-width-prec-alloc \
+        tst-grouping2 \
+  # tests
 
 
 test-srcs = tst-unbputc tst-printf tst-printfsz-islongdouble
@@ -95,6 +97,7 @@ $(objpfx)bug14.out: $(gen-locales)
 $(objpfx)scanf13.out: $(gen-locales)
 $(objpfx)test-vfprintf.out: $(gen-locales)
 $(objpfx)tst-grouping.out: $(gen-locales)
+$(objpfx)tst-grouping2.out: $(gen-locales)
 $(objpfx)tst-sprintf.out: $(gen-locales)
 $(objpfx)tst-sscanf.out: $(gen-locales)
 $(objpfx)tst-swprintf.out: $(gen-locales)