Adjust regress for x509_location() change
authortb <tb@openbsd.org>
Tue, 12 Apr 2022 08:46:33 +0000 (08:46 +0000)
committertb <tb@openbsd.org>
Tue, 12 Apr 2022 08:46:33 +0000 (08:46 +0000)
regress/usr.sbin/rpki-client/Makefile.inc

index be6ad54..96c4ef5 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.21 2022/04/11 08:29:34 tb Exp $
+# $OpenBSD: Makefile.inc,v 1.22 2022/04/12 08:46:33 tb Exp $
 
 .PATH:         ${.CURDIR}/../../../../usr.sbin/rpki-client
 
@@ -18,7 +18,8 @@ CFLAGS+=      -I${.CURDIR}/.. -I${.CURDIR}/../../../../usr.sbin/rpki-client
 LDADD+=                -lcrypto -lutil
 DPADD+=                ${LIBCRYPTO} ${LIBUTIL}
 
-SRCS_test-ip +=                test-ip.c ip.c io.c encoding.c print.c x509.c
+SRCS_test-ip +=                test-ip.c ip.c io.c encoding.c print.c x509.c \
+                       log.c validate.c as.c cert.c cms.c mft.c
 run-regress-test-ip: test-ip
        ./test-ip
 
@@ -38,12 +39,12 @@ run-regress-test-mft: test-mft
        ./test-mft -v ${.CURDIR}/../mft/*.mft
 
 SRCS_test-roa+=        test-roa.c roa.c cms.c x509.c ip.c as.c io.c log.c \
-               encoding.c print.c
+               encoding.c print.c validate.c cert.c mft.c
 run-regress-test-roa: test-roa
        ./test-roa -v ${.CURDIR}/../roa/*.roa
 
 SRCS_test-gbr+=        test-gbr.c gbr.c cms.c x509.c ip.c io.c log.c \
-               encoding.c print.c
+               encoding.c print.c validate.c as.c cert.c mft.c
 run-regress-test-gbr: test-gbr
        ./test-gbr -v ${.CURDIR}/../gbr/*.gbr