summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2016-07-16 17:26:54 +0200
committerLinus Nordberg <linus@nordu.net>2016-07-16 17:26:54 +0200
commit374900dca397ba8fe38fc028e9eb657feb5ce073 (patch)
tree708bfe4081bf50961bab983e0e4a610cd7ac1355 /Makefile
parentcde186313b20e46be41736c9ac506674fa4f2d23 (diff)
WIP
NOTE: tests don't work -- SCT's don't validate
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 58dc408..30563ff 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,7 @@ tests-prepare:
mkdir $(INSTDIR)/tests/mergedb-secondary/chains
touch $(INSTDIR)/tests/mergedb-secondary/logorder
printf 0 > $(INSTDIR)/tests/mergedb-secondary/verifiedsize
+ cp test/testdata/dnssec/trust_anchors $(INSTDIR)/tests/
mkdir $(INSTDIR)/tests/known_roots
cp tools/testcerts/roots/* $(INSTDIR)/tests/known_roots
@for machine in $(MACHINES); do \