diff options
| author | schwarze <> | 2020-07-09 01:49:15 +0000 |
|---|---|---|
| committer | schwarze <> | 2020-07-09 01:49:15 +0000 |
| commit | 52b64c85919c83f37c06ee740395852d6d5da007 (patch) | |
| tree | 960158046001c18a1bc34f24ece02cbc99e29320 /src/regress/lib/libc/printf/Makefile | |
| parent | 37d5a25565b15c9551037a5a3f774b99d0af3b34 (diff) | |
| download | openbsd-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/Makefile | 4 |
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 | ||
| 3 | PROGS = fp string | 3 | PROGS = fp int string |
| 4 | 4 | ||
| 5 | REGRESS_TARGETS = ${PROGS:S/^/run-regress-/} | 5 | REGRESS_TARGETS = ${PROGS:S/^/run-regress-/} |
| 6 | 6 | ||
