Skip to content

Commit 9906357

Browse files
committed
Add test script
1 parent e9a3f63 commit 9906357

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jpm deps --local
4444
Run tests with:
4545

4646
```sh
47-
judge
47+
./test.sh
4848
```

test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
./jpm_tree/bin/judge

0 commit comments

Comments
 (0)