Skip to content

Commit

Permalink
Add Gravity Tests (#3171)
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 30b3afa commit d526a2a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 3 additions & 11 deletions archive/g/gravity/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 Gravity.

```yml
folder:
extension:
naming:

container:
image:
tag:
cmd:
```
- Docker Image: rzuckerm/gravity
- Docker Tag: 0.8.5-1

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/g/gravity/testinfo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
folder:
extension: ".gravity"
naming: "hyphen"

container:
image: "rzuckerm/gravity"
tag: "0.8.5-1"
cmd: "gravity -q {{ source.name }}{{ source.extension }}"

0 comments on commit d526a2a

Please sign in to comment.