Implement a domtree sub-test.

This test verifies the computed dominator tree against annotations.

Move the existing testcases into filetests/ with the new syntax.
This commit is contained in:
Jakob Stoklund Olesen
2016-09-16 14:47:47 -07:00
parent ec6a9df08a
commit 770285d5c6
13 changed files with 232 additions and 186 deletions

View File

@@ -9,6 +9,7 @@ use filetest::runner::TestRunner;
pub mod subtest;
mod runner;
mod domtree;
/// Main entry point for `cton-util test`.
///