Skip to content
Snippets Groups Projects
Commit a6251e52 authored by Jason A. Donenfeld's avatar Jason A. Donenfeld
Browse files

tests: remove random_seed on clean

parent f838b75f
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,6 @@ $(TESTS): ...@@ -62,6 +62,6 @@ $(TESTS):
@cd $$(dirname "$@") && ./$$(basename "$@") $(PASS_TEST_OPTS) @cd $$(dirname "$@") && ./$$(basename "$@") $(PASS_TEST_OPTS)
clean: clean:
$(RM) -rf tests/test-results/ tests/trash\ directory.*/ $(RM) -rf tests/test-results/ tests/trash\ directory.*/ tests/gnupg/random_seed
.PHONY: install uninstall install-common test clean $(TESTS) .PHONY: install uninstall install-common test clean $(TESTS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment