Add print-cfg tests

This commit is contained in:
Morgan Phillips
2016-07-14 13:43:11 -07:00
parent 4e74d85056
commit 41d4cdba46
6 changed files with 118 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
# - Make a debug build of all crates.
# - Make a release build of cton-util.
# - Run file-level tests with the release build of cton-util.
#
#
# All tests run by this script should be passing at all times.
# Exit immediately on errors.
@@ -35,5 +35,6 @@ export CTONUTIL="$topdir/src/tools/target/release/cton-util"
echo ====== Parser tests ======
cd "$topdir/tests"
parser/run.sh
cfg/run.sh
echo ====== OK ======