Run dif tests on cargo test

This commit is contained in:
bakaq
2023-09-21 12:14:27 -03:00
parent f5c23fbb16
commit cac52c0537
2 changed files with 26 additions and 0 deletions

View File

@@ -75,3 +75,12 @@ fn clpz_load() {
fn iso_conformity_tests() {
load_module_test("tests-pl/iso-conformity-tests.pl", "All tests passed");
}
#[test]
fn dif_tests() {
run_top_level_test_with_args(
&["src/tests/dif.pl", "-f", "-g", "main_quiet"],
"",
"All tests passed",
);
}