add iso-conformity-tests.pl to test suite

This commit is contained in:
Mark
2023-07-01 15:38:05 -06:00
parent 38a9d23174
commit cb25a90250
3 changed files with 13 additions and 7 deletions

View File

@@ -69,3 +69,12 @@ fn setup_call_cleanup_process() {
fn clpz_load() {
load_module_test("src/tests/clpz/test_clpz.pl", "");
}
#[serial]
#[test]
fn iso_conformity_tests() {
load_module_test(
"tests-pl/iso-conformity-tests.pl",
"All tests passed",
);
}