Skip to content

Commit 2d30a10

Browse files
authored
Include Development Scripts in README (#977)
* How to run tests in README * Gradlew check
1 parent b5109c3 commit 2d30a10

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,20 @@ To build and run, use the included Gradle wrapper script on a Unix System:
5353

5454
On Windows:
5555

56-
gradlew.bat :ui:run
56+
gradlew :ui:run
5757

5858
If you don't have an internet connection you can build using the `--offline` flag if you have built GRIP once before.
5959

60+
### Running Tests
61+
62+
To do a complete check of functionality of GRIP, use the included Gradle wrapper script on a Unix System:
63+
64+
./gradlew check
65+
66+
On Windows:
67+
68+
gradlew check
69+
6070
## CUDA Support
6171
To enable CUDA acceleration, CUDA 10.0 needs to be installed on your computer. CUDA 10.1 may work on
6272
Linux systems, but Windows _must_ use 10.0.

0 commit comments

Comments
 (0)