Skip to content

Commit 30b3afa

Browse files
rzuckermactions-user
authored andcommitted
Add Egison Tests (#3169)
1 parent 1e82f54 commit 30b3afa

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

archive/e/egison/README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,10 @@ The following list contains all of the approved programs that are not currently
5555

5656
## Testing
5757

58-
This language currently does not feature testing. If you'd like to help in the efforts to test all of the code in this repo, consider creating a testinfo.yml file with the following information:
58+
The following list shares details about what we're using to test all Sample Programs in Egison.
5959

60-
```yml
61-
folder:
62-
extension:
63-
naming:
64-
65-
container:
66-
image:
67-
tag:
68-
cmd:
69-
```
60+
- Docker Image: esolang/egison
61+
- Docker Tag: latest
7062

7163
See the [Glotter2 project](https://github.com/rzuckerm/glotter2) for more information on how to create a testinfo file.
7264

archive/e/egison/testinfo.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
folder:
2+
extension: ".egi"
3+
naming: "hyphen"
4+
5+
container:
6+
image: "esolang/egison"
7+
tag: "latest"
8+
cmd: egison {{ source.name }}{{ source.extension }}

0 commit comments

Comments
 (0)