piler/unit_tests/run.sh
Janos SUTO e03a9f2982 test: added new unit tests
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-01-11 10:20:02 +01:00

17 lines
216 B
Bash
Executable File

#!/bin/bash
set -o errexit
set -o pipefail
set -o nounset
export LD_LIBRARY_PATH=../src
./check_parser_utils
./check_parser
./check_rules
./check_digest
./check_mydomains
./check_misc
./check_hash
./check_decoder