Skip to content

Commit

Permalink
some updates on how to run tests
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
mkristian committed Jul 17, 2014
1 parent abc85bb commit e096a69
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 51 deletions.
9 changes: 9 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,15 @@ or embedding APIs, you should run JRuby's Java-based unit tests via
mvn -Ptest
```

On travis the following tests will run

```
mvn -Ptest
mvn -Prake -Dtask=test:extended
mvn -Prake -Dtask=spec:ci\_interpreted\_travis
mvn -Ptruffle
```

There are some maven integration tests (i.e. consistency test if all gems are included, osgi test, etc) for the various distributions of JRuby which can be invoked with

```
Expand Down
51 changes: 0 additions & 51 deletions docs/README.test.md

This file was deleted.

0 comments on commit e096a69

Please sign in to comment.