Skip to content

Commit

Permalink
Add instructions for running unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernesto Corbellini committed Sep 7, 2016
1 parent 2adbbf9 commit ede0835
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,10 @@ roslaunch rosjava_actionlib server_demo.launch --screen
```

Use Ctrl+C to stop the execution once it's finished.


## Running unit tests
```
$ cd src/rosjava_actionlib/
$ ./gradlew test
```

0 comments on commit ede0835

Please sign in to comment.