This commit is contained in:
@@ -102,3 +102,12 @@ fn term_variables_tests() {
|
||||
"All tests passed",
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn acyclic_term_tests() {
|
||||
run_top_level_test_with_args(
|
||||
&["src/tests/acyclic_term.pl", "-f", "-g", "main_quiet"],
|
||||
"",
|
||||
"All tests passed",
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user