Skip to content

Commit

Permalink
Added acceptance tests command
Browse files Browse the repository at this point in the history
  • Loading branch information
benilovj committed Dec 23, 2012
1 parent bea79b5 commit 2b5e322
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -55,6 +55,12 @@ To run the unit tests:
$ ant unit_test $ ant unit_test
``` ```


To run the acceptance tests:

```
$ ant acceptance_tests
```

There is a second source directory, `srcFitServerTests`, which contains units There is a second source directory, `srcFitServerTests`, which contains units
tests that test invocation of Fit servers written in Ruby, C++, and .NET. These tests that test invocation of Fit servers written in Ruby, C++, and .NET. These
tests are not run as part of the normal ant test-related targets. When using an tests are not run as part of the normal ant test-related targets. When using an
Expand Down

0 comments on commit 2b5e322

Please sign in to comment.