about summary refs log tree commit diff
path: root/stdio-common/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-01-24 08:23:33 +0000
committerRoland McGrath <roland@gnu.org>1996-01-24 08:23:33 +0000
commita66067befed6a453b75a2a0caac2c50d3a6e9cfb (patch)
tree38e6d6330653a7349cca5ab6541b7164a368e68f /stdio-common/Makefile
parent0793d3483ae525d659ea13cfd0563e6ea9a0c9ce (diff)
downloadglibc-a66067befed6a453b75a2a0caac2c50d3a6e9cfb.tar.gz
glibc-a66067befed6a453b75a2a0caac2c50d3a6e9cfb.tar.xz
glibc-a66067befed6a453b75a2a0caac2c50d3a6e9cfb.zip
* stdio-common/Makefile (tests): Add scanf[1-9].
* stdio-common/scanf[1-9].c: New files.  Bug tests from hjl.
Wed Jan 24 03:22:07 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

	* stdio-common/Makefile (tests): Add scanf[1-9].
	* stdio-common/scanf[1-9].c: New files.  Bug tests from hjl.
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r--stdio-common/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile
index 96a2731b35..deb6f92214 100644
--- a/stdio-common/Makefile
+++ b/stdio-common/Makefile
@@ -40,7 +40,8 @@ tests := tst-printf tstscanf test_rdwr test-popen tstgetln test-fseek \
 	 temptest tst-fileno test-fwrite \
 	 xbug errnobug \
 	 bug1 bug2 bug3 bug4 bug5 bug6 bug7 bug8 bug9 bug10 bug11 \
-	 tfformat tiformat tstdiomisc
+	 tfformat tiformat tstdiomisc \
+	 scanf1 scanf2 scanf3 scanf4 scanf5 scanf6 scanf7 scanf8 scanf9
 
 
 include ../Rules