diff options
author | Linus Nordberg <linus@nordu.net> | 2016-07-16 17:26:54 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2016-07-16 17:26:54 +0200 |
commit | 374900dca397ba8fe38fc028e9eb657feb5ce073 (patch) | |
tree | 708bfe4081bf50961bab983e0e4a610cd7ac1355 /Makefile | |
parent | cde186313b20e46be41736c9ac506674fa4f2d23 (diff) |
WIP
NOTE: tests don't work -- SCT's don't validate
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |