Skip to content

Commit

Permalink
docs: Create the fuzzers + minitests directories.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
  • Loading branch information
mithro committed Apr 5, 2019
1 parent 9863296 commit df7b9b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ livehtml:

# Update fuzzer / minitest markdown links.
fuzzers-links:
@mkdir -p $(MAKEDIR)/db_dev_process/fuzzers
@cd $(MAKEDIR)/db_dev_process/fuzzers && rm -f *.md
@cd $(MAKEDIR)/db_dev_process/fuzzers && \
for i in ../../../fuzzers/*; do \
Expand All @@ -41,6 +42,7 @@ fuzzers-links:
done

minitests-links:
@mkdir -p $(MAKEDIR)/db_dev_process/minitests
@cd $(MAKEDIR)/db_dev_process/minitests && rm -f *.md
@cd $(MAKEDIR)/db_dev_process/minitests && \
for i in ../../../minitests/*; do \
Expand Down

0 comments on commit df7b9b4

Please sign in to comment.