move .pl files from tests-pl next to the .toml of the test that uses them
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# issue 820
|
||||
args = ["-f", "--no-add-history", "-g", "test,halt", "tests-pl/issue820-goals.pl"]
|
||||
args = ["-f", "--no-add-history", "-g", "test,halt", "tests/scryer/cli/issues/issue820-goals.pl"]
|
||||
binary = true
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
['tests-pl/issue852-throw_e.pl'].
|
||||
['tests-pl/issue852-throw_e.pl'].
|
||||
['tests/scryer/cli/issues/issue852-throw_e.pl'].
|
||||
['tests/scryer/cli/issues/issue852-throw_e.pl'].
|
||||
halt.
|
||||
|
||||
3
tests/scryer/cli/issues/issue820-goals.pl
Normal file
3
tests/scryer/cli/issues/issue820-goals.pl
Normal file
@@ -0,0 +1,3 @@
|
||||
test :- write(world), nl.
|
||||
|
||||
:- initialization(write(hello)).
|
||||
1
tests/scryer/cli/issues/issue839-op3.pl
Normal file
1
tests/scryer/cli/issues/issue839-op3.pl
Normal file
@@ -0,0 +1 @@
|
||||
:- op(900, fy, [$,@]).
|
||||
3
tests/scryer/cli/issues/issue841-occurs-check.pl
Normal file
3
tests/scryer/cli/issues/issue841-occurs-check.pl
Normal file
@@ -0,0 +1,3 @@
|
||||
:- set_prolog_flag(occurs_check, true).
|
||||
|
||||
f(X, g(X)).
|
||||
1
tests/scryer/cli/issues/issue852-throw_e.pl
Normal file
1
tests/scryer/cli/issues/issue852-throw_e.pl
Normal file
@@ -0,0 +1 @@
|
||||
:- initialization(throw(e)).
|
||||
@@ -1,3 +1,3 @@
|
||||
# issue 820
|
||||
args = ["-f", "--no-add-history", "-g", "test", "-g", "halt", "tests-pl/issue820-goals.pl"]
|
||||
args = ["-f", "--no-add-history", "-g", "test", "-g", "halt", "tests/scryer/cli/issues/issue820-goals.pl"]
|
||||
binary = true
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# issue 841
|
||||
args = ["-f", "--no-add-history", "tests-pl/issue841-occurs-check.pl"]
|
||||
args = ["-f", "--no-add-history", "tests/scryer/cli/issues/issue841-occurs-check.pl"]
|
||||
binary = true
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# issue 839
|
||||
args = ["-f", "--no-add-history", "tests-pl/issue839-op3.pl", "-g", "halt"]
|
||||
args = ["-f", "--no-add-history", "tests/scryer/cli/issues/issue839-op3.pl", "-g", "halt"]
|
||||
binary = true
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
['tests-pl/issue812-singleton-warning.pl'].
|
||||
['tests/scryer/cli/issues/issue812-singleton-warning.pl'].
|
||||
halt.
|
||||
|
||||
Reference in New Issue
Block a user