diff options
| author | schwarze <> | 2020-07-09 01:49:15 +0000 |
|---|---|---|
| committer | schwarze <> | 2020-07-09 01:49:15 +0000 |
| commit | 795416b5b7ec2bc3fd5497faeec275822b584b80 (patch) | |
| tree | 960158046001c18a1bc34f24ece02cbc99e29320 /src/regress/lib/libc/printf/Makefile | |
| parent | 7d835b0ef05021c59ee919d0d0b3f2e8f2a5136f (diff) | |
| download | openbsd-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/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 | ||
