Skip to content

Commit 4f9f682

Browse files
committed
Update outdated docs
1 parent f1eb228 commit 4f9f682

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Install [OpenJDK 11](https://openjdk.java.net/install/index.html) (other version
1212

1313
Install [.NET 5.0](https://dotnet.microsoft.com/download)
1414

15-
Install [check 0.12](https://libcheck.github.io/check/) (`tmc-check` seems to be broken on 0.15, which is default on Ubuntu 21.04...)
15+
Install [check 0.15](https://libcheck.github.io/check/)
1616

1717
Install [R](https://www.r-project.org/), [devtools](https://devtools.r-lib.org/) with `install.packages("devtools")` and [tmc-r-tester](https://github.com/testmycode/tmc-rstudio) with `devtools::install_github("testmycode/tmc-r-tester/tmcRtestrunner", build = FALSE)`
1818

@@ -26,13 +26,8 @@ If you have any troubles building the project, please do make an issue!
2626

2727
## Testing
2828

29-
To run tests for all included projects, run the `run-tests.sh` script.
3029
```bash
31-
bash run-tests.sh
32-
```
33-
To run tests for the Node.js bindings run
34-
```bash
35-
npm --prefix bindings/tmc-langs-node/ run jest
30+
cargo test
3631
```
3732

3833
## Formatting and linting

0 commit comments

Comments
 (0)