Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 4121ff5

Browse files
committed
updated language status
1 parent e449c4c commit 4121ff5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ Many languages are currently supported in various states of completeness. This l
5050

5151
**Legend:** `!!!` = Failing Specs, `???` = Status is unknown, `*` = Any
5252

53-
| Language | solutionOnly | testSuite | Codewars | Strive | Docker Image | Examples | Notes |
53+
| Language | solutionOnly | testIntegration| Codewars | Strive | Docker Image | Examples | Notes |
5454
|----------------|--------------|----------------|--------------|----------------|----------------|--------------|-------------------------------------------------------------------------|
55-
| Assembly (GAS) | !!! | | | | systems-runner | | Travis is failing, tests pass locally |
55+
| Assembly (GAS) | !!! | | | | systems-runner | | Travis is failing, tests pass locally |
5656
| Bash || | Kumite Only | | * | | |
57-
| C | !!! | !!! | | | systems-runner | | Travis is failing, tests pass locally |
57+
| C | !!! | !!! | | | systems-runner | | Travis is failing, tests pass locally |
5858
| Clojure || clojure.test | clojure.test | clojure.test | func-runner | clojure.test | |
5959
| CoffeeScript || cw-2 | cw-2 | cw-2 | node-runner | cw-2 | |
60-
| C++ || | | | systems-runner | | |
60+
| C++ || !!! | | | systems-runner | | Failing specs, systems image has also been temporarily removed |
6161
| C# || nunit | nunit | nunit | dotnet-runner | nunit | |
6262
| Elixir || | | | erlang-runner | | |
6363
| Erlang || | | | erlang-runner | | |

docker/systems.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ USER codewarrior
3535
# Set environment variables
3636
ENV USER codewarrior
3737
ENV HOME /home/codewarrior
38-
RUN mocha -t 5000 test/runners/{gas,arm,nasm,cpp}_spec.js
38+
RUN mocha -t 5000 test/runners/{gas,arm,nasm,cpp,c}_spec.js
3939

4040
#timeout is a fallback in case an error with node
4141
#prevents it from exiting properly

0 commit comments

Comments
 (0)