diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-06-30 14:56:09 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-06-30 14:56:09 +0000 |
commit | 917f4f7e7a11c8392730344a07c024ffa8a3579c (patch) | |
tree | f41ac8706fa8cbb33869ca3743aa0ee862687255 /regress/lib | |
parent | 0fa9931352793046b44f8ac582a5c16001f9d42f (diff) |
Build and run libexpat regress tests from src/lib/libexpat/tests.
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libexpat/Makefile.inc | 2 | ||||
-rw-r--r-- | regress/lib/libexpat/runtests/Makefile | 2 | ||||
-rw-r--r-- | regress/lib/libexpat/runtestspp/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/regress/lib/libexpat/Makefile.inc b/regress/lib/libexpat/Makefile.inc index cc8d1aed563..2baa0406a7e 100644 --- a/regress/lib/libexpat/Makefile.inc +++ b/regress/lib/libexpat/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.1.1.1 2017/06/30 14:56:08 bluhm Exp $ +# $OpenBSD: Makefile.inc,v 1.1 2017/06/30 14:56:08 bluhm Exp $ EXPATDIR= ${.CURDIR}/../../../../lib/libexpat .PATH: ${EXPATDIR}/tests ${EXPATDIR}/tests/benchmark diff --git a/regress/lib/libexpat/runtests/Makefile b/regress/lib/libexpat/runtests/Makefile index bc37ec03c3b..b2dd8ae9bb4 100644 --- a/regress/lib/libexpat/runtests/Makefile +++ b/regress/lib/libexpat/runtests/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2017/06/30 14:56:08 bluhm Exp $ +# $OpenBSD: Makefile,v 1.1 2017/06/30 14:56:08 bluhm Exp $ SRCS= runtests.c chardata.c memcheck.c minicheck.c diff --git a/regress/lib/libexpat/runtestspp/Makefile b/regress/lib/libexpat/runtestspp/Makefile index 9baae155051..275e327e4be 100644 --- a/regress/lib/libexpat/runtestspp/Makefile +++ b/regress/lib/libexpat/runtestspp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2017/06/30 14:56:08 bluhm Exp $ +# $OpenBSD: Makefile,v 1.1 2017/06/30 14:56:08 bluhm Exp $ SRCS= runtestspp.cpp chardata.c memcheck.c minicheck.c |