]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
test 3 works outside srcdir longtest
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 31 Jul 2018 08:52:40 +0000 (08:52 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 31 Jul 2018 08:52:40 +0000 (08:52 +0000)
git-svn-id: file:///svn/unbound/trunk@4816 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in

index a832597f482c01eb19bd2a0d1561e2e214d656f5..ad01f1c075ee090983601ae285b46e63afde47db 100644 (file)
@@ -310,7 +310,7 @@ test:       unittest$(EXEEXT) testbound$(EXEEXT)
        @echo test OK
 
 longtest:      tests
-       if test ! $(srcdir)/testdata -ef ./testdata; then rm -rf testcode testdata; mkdir testcode testdata; cp -R $(srcdir)/testdata/*.sh $(srcdir)/testdata/*.tdir testdata; cp $(srcdir)/testcode/*.sh testcode; if test ! -d util; then mkdir util; fi; cp $(srcdir)/util/iana_ports.inc util; fi
+       if test ! $(srcdir)/testdata -ef ./testdata; then rm -rf testcode testdata; mkdir testcode testdata; cp -R $(srcdir)/testdata/*.sh $(srcdir)/testdata/*.tdir $(srcdir)/testdata/*.rpl $(srcdir)/testdata/*.crpl testdata; cp $(srcdir)/testcode/*.sh testcode; if test ! -d util; then mkdir util; fi; cp $(srcdir)/util/iana_ports.inc util; fi
        if test -x "`which bash`"; then bash testcode/do-tests.sh; else sh testcode/do-tests.sh; fi
 
 lib:   libunbound.la unbound.h