lot of work on OnionrCrypto
updated logo fixed broken peerinfo functions in core removed gnupg from travis installation
This commit is contained in:
parent
e3ebe5c2e4
commit
8022781a8f
6 changed files with 108 additions and 21 deletions
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ uninstall:
|
|||
test:
|
||||
@rm -rf onionr/data-backup
|
||||
@mv onionr/data onionr/data-backup | true > /dev/null 2>&1
|
||||
-@cd onionr; ./tests.py
|
||||
-@cd onionr; ./tests.py; ./cryptotests.py;
|
||||
@rm -rf onionr/data
|
||||
@mv onionr/data-backup onionr/data | true > /dev/null 2>&1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue