Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
9768ca48f57aaf035f508a473421d210b5145e99
/
.
/
regress
/
unittests
/
bitmap
/
Makefile
blob: bd21949f8b5f05e65953bc7ddeb91d611046f8b3 [
file
] [
log
] [
blame
]
# $OpenBSD: Makefile,v 1.3 2016/11/01 13:43:27 tb Exp $
PROG
=
test_bitmap
SRCS
=
tests
.
c
REGRESS_TARGETS
=
run
-
regress
-
$
{
PROG
}
run
-
regress
-
$
{
PROG
}:
$
{
PROG
}
env $
{
TEST_ENV
}
./
$
{
PROG
}
.
include
<
bsd
.
regress
.
mk
>