Rename test appliances.
Chris Pressey
5 years ago
|
0 |
-> Functionality "Interpret core Robin Program" is implemented by shell command
|
|
1 |
-> "bin/robin --no-builtins %(test-body-file)"
|
|
2 |
|
|
3 |
-> Functionality "Interpret Robin Program" is implemented by shell command
|
|
4 |
-> "bin/robin --no-builtins pkg/small.robin pkg/intrinsics-wrappers.robin %(test-body-file)"
|
|
5 |
|
|
6 |
-> Functionality "Interpret Robin Program (with Small)" is implemented by shell command
|
|
7 |
-> "bin/robin --no-builtins pkg/small.robin pkg/intrinsics-wrappers.robin %(test-body-file)"
|
|
8 |
|
|
9 |
-> Functionality "Interpret Robin Program (with Fun)" is implemented by shell command
|
|
10 |
-> "bin/robin --no-builtins pkg/small.robin pkg/intrinsics-wrappers.robin pkg/fun.robin %(test-body-file)"
|
|
11 |
|
|
12 |
-> Functionality "Interpret Robin Program (with List)" is implemented by shell command
|
|
13 |
-> "bin/robin --no-builtins pkg/small.robin pkg/intrinsics-wrappers.robin pkg/fun.robin pkg/list.robin %(test-body-file)"
|
|
14 |
|
|
15 |
-> Functionality "Interpret Robin Program (with Env)" is implemented by shell command
|
|
16 |
-> "bin/robin --no-builtins pkg/small.robin pkg/intrinsics-wrappers.robin pkg/fun.robin pkg/list.robin pkg/env.robin %(test-body-file)"
|
|
17 |
|
|
18 |
-> Functionality "Interpret Robin Program (with Boolean)" is implemented by shell command
|
|
19 |
-> "bin/robin --no-builtins pkg/small.robin pkg/intrinsics-wrappers.robin pkg/boolean.robin %(test-body-file)"
|
|
20 |
|
|
21 |
-> Functionality "Interpret Robin Program (with Arith)" is implemented by shell command
|
|
22 |
-> "bin/robin --no-builtins pkg/small.robin pkg/intrinsics-wrappers.robin pkg/fun.robin pkg/arith.robin %(test-body-file)"
|
|
23 |
|
|
24 |
-> Functionality "Interpret Robin Program (with List-Arith)" is implemented by shell command
|
|
25 |
-> "bin/robin --no-builtins pkg/small.robin pkg/intrinsics-wrappers.robin pkg/fun.robin pkg/list.robin pkg/arith.robin pkg/list-arith.robin %(test-body-file)"
|
|
26 |
|
|
27 |
-> Functionality "Interpret Robin Program (with Stdlib)" is implemented by shell command
|
|
28 |
-> "bin/robin --no-builtins pkg/stdlib.robin %(test-body-file)"
|
|
0 |
-> Functionality "Interpret core Robin Program" is implemented by shell command
|
|
1 |
-> "bin/robin --no-builtins %(test-body-file)"
|
|
2 |
|
|
3 |
-> Functionality "Interpret Robin Program" is implemented by shell command
|
|
4 |
-> "bin/robin %(test-body-file)"
|
|
5 |
|
|
6 |
-> Functionality "Interpret Robin Program (with Small)" is implemented by shell command
|
|
7 |
-> "bin/robin %(test-body-file)"
|
|
8 |
|
|
9 |
-> Functionality "Interpret Robin Program (with Fun)" is implemented by shell command
|
|
10 |
-> "bin/robin %(test-body-file)"
|
|
11 |
|
|
12 |
-> Functionality "Interpret Robin Program (with List)" is implemented by shell command
|
|
13 |
-> "bin/robin pkg/list.robin %(test-body-file)"
|
|
14 |
|
|
15 |
-> Functionality "Interpret Robin Program (with Boolean)" is implemented by shell command
|
|
16 |
-> "bin/robin pkg/boolean.robin %(test-body-file)"
|
|
17 |
|
|
18 |
-> Functionality "Interpret Robin Program (with Env)" is implemented by shell command
|
|
19 |
-> "bin/robin pkg/list.robin pkg/env.robin %(test-body-file)"
|
|
20 |
|
|
21 |
-> Functionality "Interpret Robin Program (with Arith)" is implemented by shell command
|
|
22 |
-> "bin/robin pkg/arith.robin %(test-body-file)"
|
|
23 |
|
|
24 |
-> Functionality "Interpret Robin Program (with List-Arith)" is implemented by shell command
|
|
25 |
-> "bin/robin pkg/list.robin pkg/arith.robin pkg/list-arith.robin %(test-body-file)"
|
|
26 |
|
|
27 |
-> Functionality "Interpret Robin Program (with Stdlib)" is implemented by shell command
|
|
28 |
-> "bin/robin pkg/stdlib-for-robini.robin %(test-body-file)"
|
0 | |
-> Functionality "Interpret core Robin Program" is implemented by shell command
|
1 | |
-> "bin/robin --no-builtins %(test-body-file)"
|
2 | |
|
3 | |
-> Functionality "Interpret Robin Program" is implemented by shell command
|
4 | |
-> "bin/robin --no-builtins pkg/small.robin pkg/intrinsics-wrappers.robin %(test-body-file)"
|
5 | |
|
6 | |
-> Functionality "Interpret Robin Program (with Small)" is implemented by shell command
|
7 | |
-> "bin/robin --no-builtins pkg/small.robin pkg/intrinsics-wrappers.robin %(test-body-file)"
|
8 | |
|
9 | |
-> Functionality "Interpret Robin Program (with Fun)" is implemented by shell command
|
10 | |
-> "bin/robin --no-builtins pkg/small.robin pkg/intrinsics-wrappers.robin pkg/fun.robin %(test-body-file)"
|
11 | |
|
12 | |
-> Functionality "Interpret Robin Program (with List)" is implemented by shell command
|
13 | |
-> "bin/robin --no-builtins pkg/small.robin pkg/intrinsics-wrappers.robin pkg/fun.robin pkg/list.robin %(test-body-file)"
|
14 | |
|
15 | |
-> Functionality "Interpret Robin Program (with Env)" is implemented by shell command
|
16 | |
-> "bin/robin --no-builtins pkg/small.robin pkg/intrinsics-wrappers.robin pkg/fun.robin pkg/list.robin pkg/env.robin %(test-body-file)"
|
17 | |
|
18 | |
-> Functionality "Interpret Robin Program (with Boolean)" is implemented by shell command
|
19 | |
-> "bin/robin --no-builtins pkg/small.robin pkg/intrinsics-wrappers.robin pkg/boolean.robin %(test-body-file)"
|
20 | |
|
21 | |
-> Functionality "Interpret Robin Program (with Arith)" is implemented by shell command
|
22 | |
-> "bin/robin --no-builtins pkg/small.robin pkg/intrinsics-wrappers.robin pkg/fun.robin pkg/arith.robin %(test-body-file)"
|
23 | |
|
24 | |
-> Functionality "Interpret Robin Program (with List-Arith)" is implemented by shell command
|
25 | |
-> "bin/robin --no-builtins pkg/small.robin pkg/intrinsics-wrappers.robin pkg/fun.robin pkg/list.robin pkg/arith.robin pkg/list-arith.robin %(test-body-file)"
|
26 | |
|
27 | |
-> Functionality "Interpret Robin Program (with Stdlib)" is implemented by shell command
|
28 | |
-> "bin/robin --no-builtins pkg/stdlib.robin %(test-body-file)"
|
0 | |
-> Functionality "Interpret core Robin Program" is implemented by shell command
|
1 | |
-> "bin/robin --no-builtins %(test-body-file)"
|
2 | |
|
3 | |
-> Functionality "Interpret Robin Program" is implemented by shell command
|
4 | |
-> "bin/robin %(test-body-file)"
|
5 | |
|
6 | |
-> Functionality "Interpret Robin Program (with Small)" is implemented by shell command
|
7 | |
-> "bin/robin %(test-body-file)"
|
8 | |
|
9 | |
-> Functionality "Interpret Robin Program (with Fun)" is implemented by shell command
|
10 | |
-> "bin/robin %(test-body-file)"
|
11 | |
|
12 | |
-> Functionality "Interpret Robin Program (with List)" is implemented by shell command
|
13 | |
-> "bin/robin pkg/list.robin %(test-body-file)"
|
14 | |
|
15 | |
-> Functionality "Interpret Robin Program (with Boolean)" is implemented by shell command
|
16 | |
-> "bin/robin pkg/boolean.robin %(test-body-file)"
|
17 | |
|
18 | |
-> Functionality "Interpret Robin Program (with Env)" is implemented by shell command
|
19 | |
-> "bin/robin pkg/list.robin pkg/env.robin %(test-body-file)"
|
20 | |
|
21 | |
-> Functionality "Interpret Robin Program (with Arith)" is implemented by shell command
|
22 | |
-> "bin/robin pkg/arith.robin %(test-body-file)"
|
23 | |
|
24 | |
-> Functionality "Interpret Robin Program (with List-Arith)" is implemented by shell command
|
25 | |
-> "bin/robin pkg/list.robin pkg/arith.robin pkg/list-arith.robin %(test-body-file)"
|
26 | |
|
27 | |
-> Functionality "Interpret Robin Program (with Stdlib)" is implemented by shell command
|
28 | |
-> "bin/robin pkg/stdlib-for-robini.robin %(test-body-file)"
|
2 | 2 |
./build.sh || exit 1
|
3 | 3 |
|
4 | 4 |
if [ "${APPLIANCES}x" = "x" ]; then
|
5 | |
APPLIANCES="appliances/robinri.md appliances/whitecap.md"
|
|
5 |
APPLIANCES="appliances/robin.md appliances/robin-no-builtins.md"
|
6 | 6 |
fi
|
7 | 7 |
|
8 | 8 |
TESTDOCS="
|