use common test_framework module for several test suites
This commit is contained in:
@@ -1 +1 @@
|
||||
args = ["-f", "--no-add-history", "src/tests/dif.pl", "-f", "-g", "main_quiet"]
|
||||
args = ["-f", "--no-add-history", "src/tests/dif.pl", "-f", "-g", "use_module(library(dif_tests)), dif_tests:main_quiet(dif_tests)"]
|
||||
|
||||
@@ -1 +1 @@
|
||||
args = ["-f", "--no-add-history", "src/tests/ground.pl", "-f", "-g", "main_quiet"]
|
||||
args = ["-f", "--no-add-history", "src/tests/ground.pl", "-f", "-g", "use_module(library(ground_tests)), ground_tests:main_quiet(ground_tests)"]
|
||||
|
||||
@@ -1 +1 @@
|
||||
args = ["-f", "--no-add-history", "src/tests/term_variables.pl", "-f", "-g", "main_quiet"]
|
||||
args = ["-f", "--no-add-history", "src/tests/term_variables.pl", "-f", "-g", "use_module(library(term_variables_tests)),term_variables_tests:main_quiet(term_variables_tests)"]
|
||||
|
||||
@@ -1 +1 @@
|
||||
args = ["-f", "--no-add-history", "src/tests/when.pl", "-f", "-g", "main_quiet"]
|
||||
args = ["-f", "--no-add-history", "src/tests/when.pl", "-f", "-g", "use_module(library(when_tests)), when_tests:main_quiet(when_tests)"]
|
||||
|
||||
Reference in New Issue
Block a user