Added info about running the tests to the readme file.
This commit is contained in:
parent
6b38b55c58
commit
2281967176
18
README.md
18
README.md
@ -17,7 +17,7 @@ To translate an SAS file into ASP facts, call:
|
|||||||
$ plasp file.sas
|
$ plasp file.sas
|
||||||
```
|
```
|
||||||
|
|
||||||
For instance, a PDDL instance can be solved as follows.
|
For example, a PDDL instance can be solved as follows.
|
||||||
First, use [Fast Downward](http://www.fast-downward.org/) to translate the files from PDDL to SAS:
|
First, use [Fast Downward](http://www.fast-downward.org/) to translate the files from PDDL to SAS:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -47,6 +47,22 @@ $ make
|
|||||||
|
|
||||||
The built `plasp` binary is then located at `plasp/build/release/bin/plasp`.
|
The built `plasp` binary is then located at `plasp/build/release/bin/plasp`.
|
||||||
|
|
||||||
|
### Running the Tests
|
||||||
|
|
||||||
|
`plasp` provides unit tests written using the [Google Test](https://github.com/google/googletest) framework.
|
||||||
|
Before building and running the tests, make sure you have fetched the Google Test git submodule:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ git submodule init
|
||||||
|
$ git submodule update
|
||||||
|
```
|
||||||
|
|
||||||
|
Afterward, build and run the tests as follows:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ make run-tests
|
||||||
|
```
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
* [Patrick Lühne](https://www.luehne.de) (`plasp` 3)
|
* [Patrick Lühne](https://www.luehne.de) (`plasp` 3)
|
||||||
|
Reference in New Issue
Block a user