diff options
author | Phil Burk <[email protected]> | 2022-01-30 09:58:43 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-01-30 09:58:43 -0800 |
commit | c43a8e222c9a51046c2b11c9549ffa76204d1eb5 (patch) | |
tree | e822c09f787bae3ebcccb63b8489d2a95b622b5a | |
parent | e87459a16189a1935d6035a6a2ace0e615903352 (diff) |
Add test instructions to README
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -55,4 +55,11 @@ To run the built-in test App on a desktop, enter something like this: but with the correct version. +### Test Using Gradle + +To run the unit tests, enter: + + cd jsyn + ./gradlew test + JSyn - Copyright 1997 Mobileer Inc |