rewrite ground_test, add tests for ground/1 (#2075)

This commit is contained in:
Mark
2023-10-04 13:22:21 -06:00
parent 6c36d067d7
commit 1bfdea7527
4 changed files with 201 additions and 52 deletions

View File

@@ -84,3 +84,12 @@ fn dif_tests() {
"All tests passed",
);
}
#[test]
fn ground_tests() {
run_top_level_test_with_args(
&["src/tests/ground.pl", "-f", "-g", "main_quiet"],
"",
"All tests passed",
);
}