- Timestamp:
- Jan 6, 2020, 1:53:36 AM (13 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- b307cc1
- Parents:
- 5ea6c14
- Location:
- test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/.gitignore
r5ea6c14 ra274959 7 7 authority/tofu.db 8 8 __pycache__/ 9 README.html 9 10 10 11 # generated X.509 data -
test/Makefile.am
r5ea6c14 ra274959 335 335 show-test-env: 336 336 @echo "$${TEST_ENV}" 337 338 # Build the test suite README as HTML if pandoc is available. 339 if USE_PANDOC 340 noinst_DATA = README.html 341 MOSTLYCLEANFILES += $(noinst_DATA) 342 %.html: %.md $(srcdir)/../doc/style.css 343 $(PANDOC) --css $(filter %.css,$^) --metadata pagetitle="$(<)" --self-contained -f markdown -o $@ $< 344 endif
Note: See TracChangeset
for help on using the changeset viewer.