1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

add README for running integration tests

This commit is contained in:
Steffen Vogel 2019-02-17 22:46:52 +01:00
parent fa5a770b30
commit eed3184945
2 changed files with 20 additions and 1 deletions

View file

@ -0,0 +1,20 @@
# Integration Tests
Run tests:
```
$ BUILDDIR=/VILLASnode/build/ /VILLASnode/tools/integration-tests.sh
```
There are two options for the test script:
```
-v Show full test output
-f FILTER Filter test cases
```
Example:
```
$ BUILDDIR=/VILLASnode/build/ /VILLASnode/tools/integration-tests.sh -f pipe-loopback-socket -v
```

View file

@ -1 +0,0 @@
../../tools/integration-tests.sh