Run extras/kdf-keys tests in travis

This commit is contained in:
ATuinDev 2018-02-03 21:14:17 +01:00
parent 510c8f6430
commit a66224d549
No known key found for this signature in database
GPG Key ID: 30B13E03CCAB58B7
2 changed files with 5 additions and 0 deletions

View File

@ -20,4 +20,5 @@ before_script:
- sudo make --directory=extras/kdf-keys install
script:
- make --directory=extras/kdf-keys test
- make test

View File

@ -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