Implement the 'test print-cfg' sub-test.

Move the CFG tests into the filetests directory.

Remove the tests directory, there are no more shell-driven tests left.
This commit is contained in:
Jakob Stoklund Olesen
2016-09-15 17:20:39 -07:00
parent 1ed8e1206d
commit 78a2e47d95
8 changed files with 35 additions and 56 deletions

View File

@@ -62,9 +62,4 @@ cd "$topdir"
banner "File tests"
"$CTONUTIL" test filetests
# Run the parser tests.
cd "$topdir/tests"
banner "CFG tests"
cfg/run.sh
banner "OK"