From 2d30a10ced329c05ea55f675b609c6f9b6ee01e2 Mon Sep 17 00:00:00 2001 From: Grant Perkins <24625614+GrantPerkins@users.noreply.github.com> Date: Mon, 26 Jul 2021 14:31:00 -0400 Subject: [PATCH] Include Development Scripts in README (#977) * How to run tests in README * Gradlew check --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac999decb..513d409a1 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,20 @@ To build and run, use the included Gradle wrapper script on a Unix System: On Windows: - gradlew.bat :ui:run + gradlew :ui:run If you don't have an internet connection you can build using the `--offline` flag if you have built GRIP once before. +### Running Tests + +To do a complete check of functionality of GRIP, use the included Gradle wrapper script on a Unix System: + + ./gradlew check + +On Windows: + + gradlew check + ## CUDA Support To enable CUDA acceleration, CUDA 10.0 needs to be installed on your computer. CUDA 10.1 may work on Linux systems, but Windows _must_ use 10.0.