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
commit52b64c85919c83f37c06ee740395852d6d5da007 (patch)
tree960158046001c18a1bc34f24ece02cbc99e29320 /src/regress/lib/libc/printf/Makefile
parent37d5a25565b15c9551037a5a3f774b99d0af3b34 (diff)
downloadopenbsd-52b64c85919c83f37c06ee740395852d6d5da007.tar.gz
openbsd-52b64c85919c83f37c06ee740395852d6d5da007.tar.bz2
openbsd-52b64c85919c83f37c06ee740395852d6d5da007.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