Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
openssh-library
/
324583e8fb3935690be58790425793df619c6d4d
/
.
/
regress
/
unittests
/
utf8
/
Makefile
blob: 150ea2f2e2c7aa86717f74f782deec23ecf19fb2 [
file
] [
log
] [
blame
] [
raw
]
# $OpenBSD: Makefile,v 1.2 2016/05/30 12:14:08 schwarze Exp $
TEST_ENV
=
"MALLOC_OPTIONS=CFGJPRSUX"
PROG
=
test_utf8
SRCS
=
tests
.
c
REGRESS_TARGETS
=
run
-
regress
-
$
{
PROG
}
run
-
regress
-
$
{
PROG
}:
$
{
PROG
}
env $
{
TEST_ENV
}
./
$
{
PROG
}
.
include
<
bsd
.
regress
.
mk
>