diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2024-02-11 01:01:33 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2024-02-11 01:01:33 +0000 |
commit | dc6972dec30529b6cbda909f549430ba46d87f83 (patch) | |
tree | 863974710ebd9f85dd43680dc715711d77ce936b /regress | |
parent | 3ca4b6b3bde7455caf4c94bb1fe0da23ec9576f0 (diff) |
Update libexpat regress to version 2.6.0.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libexpat/runtests/Makefile | 13 | ||||
-rw-r--r-- | regress/lib/libexpat/runtestspp/Makefile | 13 |
2 files changed, 22 insertions, 4 deletions
diff --git a/regress/lib/libexpat/runtests/Makefile b/regress/lib/libexpat/runtests/Makefile index 7851014d0ba..b9055f74670 100644 --- a/regress/lib/libexpat/runtests/Makefile +++ b/regress/lib/libexpat/runtests/Makefile @@ -1,6 +1,15 @@ -# $OpenBSD: Makefile,v 1.4 2019/06/29 00:35:06 bluhm Exp $ +# $OpenBSD: Makefile,v 1.5 2024/02/11 01:01:32 bluhm Exp $ + +SRCS= runtests.c +SRCS+= acc_tests.c alloc_tests.c +SRCS+= basic_tests.c +SRCS+= chardata.c common.c +SRCS+= dummy.c +SRCS+= handlers.c +SRCS+= memcheck.c minicheck.c misc_tests.c +SRCS+= ns_tests.c nsalloc_tests.c +SRCS+= structdata.c -SRCS= runtests.c chardata.c memcheck.c minicheck.c structdata.c # _INTERNAL_trim_to_complete_utf8_characters is not exported in dynamic library LDFLAGS= -static diff --git a/regress/lib/libexpat/runtestspp/Makefile b/regress/lib/libexpat/runtestspp/Makefile index 181e167fb54..3943fd136f0 100644 --- a/regress/lib/libexpat/runtestspp/Makefile +++ b/regress/lib/libexpat/runtestspp/Makefile @@ -1,6 +1,15 @@ -# $OpenBSD: Makefile,v 1.4 2019/06/29 00:35:06 bluhm Exp $ +# $OpenBSD: Makefile,v 1.5 2024/02/11 01:01:32 bluhm Exp $ + +SRCS= runtestspp.cpp +SRCS+= acc_tests.c alloc_tests.c +SRCS+= basic_tests.c +SRCS+= chardata.c common.c +SRCS+= dummy.c +SRCS+= handlers.c +SRCS+= memcheck.c minicheck.c misc_tests.c +SRCS+= ns_tests.c nsalloc_tests.c +SRCS+= structdata.c -SRCS= runtestspp.cpp chardata.c memcheck.c minicheck.c structdata.c # _INTERNAL_trim_to_complete_utf8_characters is not exported in dynamic library LDFLAGS= -static |