| ... | ... | @@ -11,6 +11,7 @@ With the special LALPulsar "test harness", it's not possible to just do for exam |
|
|
|
|
|
|
|
Here's a first example of how to run a single test:
|
|
|
|
|
|
|
|
```
|
|
|
|
$ cd lalpulsar/bin/Fstatistic/
|
|
|
|
$ make check TESTS=testComputeFstatistic_v2
|
|
|
|
...
|
| ... | ... | @@ -22,11 +23,12 @@ Testsuite summary for LALApps 6.25.1.1 |
|
|
|
# TOTAL: 1
|
|
|
|
# PASS: 1
|
|
|
|
...
|
|
|
|
```
|
|
|
|
|
|
|
|
## run multiple tests
|
|
|
|
|
|
|
|
You can do the same thing to run multiple tests:
|
|
|
|
|
|
|
|
```
|
|
|
|
$ make check TESTS='testComputeFstatistic_v2 testComputeFstatistic_v2_resamp'
|
|
|
|
...
|
|
|
|
make[3]: Entering directory '/home/karl/Software/lalsuite/lalapps/src/pulsar/Fstatistic'
|
| ... | ... | @@ -38,6 +40,7 @@ Testsuite summary for LALApps 6.25.1.1 |
|
|
|
# TOTAL: 2
|
|
|
|
# PASS: 2
|
|
|
|
...
|
|
|
|
```
|
|
|
|
|
|
|
|
## verbose output
|
|
|
|
|
| ... | ... | |
| ... | ... | |