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 | 31d865608bf2c4b21febc643643ecafcca811783 (patch) | |
tree | 865d5bce9fb88e091cd1bf045917d92dbd86e0fa /regress/lib/libexpat/runtestspp | |
parent | b81f31759570af43330e3398c861b110f28cb68a (diff) |
Build and run libexpat regress tests from src/lib/libexpat/tests.
Diffstat (limited to 'regress/lib/libexpat/runtestspp')
-rw-r--r-- | regress/lib/libexpat/runtestspp/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/regress/lib/libexpat/runtestspp/Makefile b/regress/lib/libexpat/runtestspp/Makefile new file mode 100644 index 00000000000..9baae155051 --- /dev/null +++ b/regress/lib/libexpat/runtestspp/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2017/06/30 14:56:08 bluhm Exp $ + +SRCS= runtestspp.cpp chardata.c memcheck.c minicheck.c + +.include <bsd.regress.mk> |