Skip to content

Commit

Permalink
Add Egison Tests (#3169)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzuckerm authored and actions-user committed Aug 7, 2023
1 parent 1e82f54 commit 30b3afa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 3 additions & 11 deletions archive/e/egison/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,10 @@ The following list contains all of the approved programs that are not currently

## Testing

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:
The following list shares details about what we're using to test all Sample Programs in Egison.

```yml
folder:
extension:
naming:

container:
image:
tag:
cmd:
```
- Docker Image: esolang/egison
- Docker Tag: latest

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

Expand Down
8 changes: 8 additions & 0 deletions archive/e/egison/testinfo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
folder:
extension: ".egi"
naming: "hyphen"

container:
image: "esolang/egison"
tag: "latest"
cmd: egison {{ source.name }}{{ source.extension }}

0 comments on commit 30b3afa

Please sign in to comment.