| ... | @@ -12,18 +12,18 @@ With the special LALPulsar "test harness", it's not possible to just do for exam |
... | @@ -12,18 +12,18 @@ 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:
|
|
Here's a first example of how to run a single test:
|
|
|
```
|
|
```
|
|
|
cd lalpulsar/bin/Fstatistic/
|
|
cd lalpulsar/bin/Fstatistic/
|
|
|
make check TESTS=testComputeFstatistic_v2
|
|
make check-am TESTS=testComputeFstatistic_v2
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
## run multiple tests
|
|
## run multiple tests
|
|
|
|
|
|
|
|
You can do the same thing to run multiple tests:
|
|
You can do the same thing to run multiple tests in the same directory:
|
|
|
```
|
|
```
|
|
|
cd lalpulsar/bin/Fstatistic/
|
|
cd lalpulsar/bin/Fstatistic/
|
|
|
$ make check TESTS='testComputeFstatistic_v2 testComputeFstatistic_v2_resamp'
|
|
$ make check-am TESTS='testComputeFstatistic_v2 testComputeFstatistic_v2_resamp'
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
Note that you **have** to do it like this: `cd` into the directory containing the test first. If you run from a different directory, you will get a "`failed to create`
|
|
Note that you **have** to do it like this: `cd` into the directory containing the test first. If you run from a different directory, you will get a `failed to create` error.
|
|
|
|
|
|
|
|
## verbose output
|
|
## verbose output
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |