Skip to content

Commit

Permalink
Add Elena Tests (#3620)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzuckerm authored Dec 16, 2023
1 parent eea6736 commit 04bc8d1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 4 additions & 4 deletions archive/e/elena/hello-world.l
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
program =
[
console writeLine:"Hello, World!".
].
public program()
{
console.writeLine("Hello, World!");
}
9 changes: 9 additions & 0 deletions archive/e/elena/testinfo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
folder:
extension: ".l"
naming: "hyphen"

container:
image: "rzuckerm/elena"
tag: "6.0.6-1"
build: "elena-cli {{ source.name }}{{ source.extension }}"
cmd: "./{{ source.name }}"

0 comments on commit 04bc8d1

Please # to comment.