mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-05 21:07:58 +00:00
Run extras/kdf-keys tests in travis
This commit is contained in:
parent
510c8f6430
commit
a66224d549
@ -20,4 +20,5 @@ before_script:
|
||||
- sudo make --directory=extras/kdf-keys install
|
||||
|
||||
script:
|
||||
- make --directory=extras/kdf-keys test
|
||||
- make test
|
||||
|
@ -7,6 +7,10 @@ all:
|
||||
$(CC) -O2 -o tomb-kdb-pbkdf2-gensalt gen_salt.c -lgcrypt
|
||||
$(CC) -O2 -o tomb-kdb-hexencode hexencode.c
|
||||
|
||||
test:
|
||||
@echo "Running Tomb-kdb tests"
|
||||
./test.sh
|
||||
|
||||
clean:
|
||||
rm -f tomb-kdb-pbkdf2 tomb-kdb-pbkdf2-getiter tomb-kdb-pbkdf2-gensalt tomb-kdb-hexencode
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user