about summary refs log tree commit diff
path: root/test/test-unittests.sh
blob: 55afc8b6df375cf6cb8635f776d7e895a6926bd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh

source ./test-pre.sh

$ECHO "$BLUE[*] Execution cmocka Unit-Tests $GREY"
unset AFL_CC
make -C .. unit || CODE=1 INCOMPLETE=1 :

source ./test-post.sh