summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/printf/Makefile
diff options
context:
space:
mode:
authorschwarze <>2020-07-09 01:49:15 +0000
committerschwarze <>2020-07-09 01:49:15 +0000
commit795416b5b7ec2bc3fd5497faeec275822b584b80 (patch)
tree960158046001c18a1bc34f24ece02cbc99e29320 /src/regress/lib/libc/printf/Makefile
parent7d835b0ef05021c59ee919d0d0b3f2e8f2a5136f (diff)
downloadopenbsd-795416b5b7ec2bc3fd5497faeec275822b584b80.tar.gz
openbsd-795416b5b7ec2bc3fd5497faeec275822b584b80.tar.bz2
openbsd-795416b5b7ec2bc3fd5497faeec275822b584b80.zip
New regression tests for integral type conversions
and for their modifiers, written from scratch.
Diffstat (limited to 'src/regress/lib/libc/printf/Makefile')
-rw-r--r--src/regress/lib/libc/printf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/printf/Makefile b/src/regress/lib/libc/printf/Makefile
index fba2bd105f..5125fc64da 100644
--- a/src/regress/lib/libc/printf/Makefile
+++ b/src/regress/lib/libc/printf/Makefile
@@ -1,6 +1,6 @@
1# $OpenBSD: Makefile,v 1.2 2020/07/08 01:18:04 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.3 2020/07/09 01:49:15 schwarze Exp $
2 2
3PROGS = fp string 3PROGS = fp int string
4 4
5REGRESS_TARGETS = ${PROGS:S/^/run-regress-/} 5REGRESS_TARGETS = ${PROGS:S/^/run-regress-/}
6 6