Clarified how to plasp handle updates before executing the test suite.

This commit is contained in:
Patrick Lühne 2016-08-30 18:52:59 +02:00
parent 1d59ad20c1
commit 4706d2915f

View File

@ -39,3 +39,6 @@ Finally, build and run the tests as follows:
```bash
$ make run-tests
```
After updating `plasp`, make sure to execute CMake again in order for the tests to run correctly.
Else, external files required by the test suite may be reported missing.