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:
parent
fa5a770b30
commit
eed3184945
2 changed files with 20 additions and 1 deletions
20
tests/integration/README.md
Normal file
20
tests/integration/README.md
Normal 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
|
||||
```
|
|
@ -1 +0,0 @@
|
|||
../../tools/integration-tests.sh
|
Loading…
Add table
Reference in a new issue