added instructions on how to run tests
This commit is contained in:
parent
f28acaa3d5
commit
8aa1b6bcbd
11
README.md
11
README.md
@ -54,3 +54,14 @@ typedef struct {
|
|||||||
int32_t data[9];
|
int32_t data[9];
|
||||||
} Cluster ;
|
} Cluster ;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Running tests
|
||||||
|
|
||||||
|
```bash
|
||||||
|
#Tell the program where the test data is located.
|
||||||
|
# Can change depending on how you mounted sls_det_storage
|
||||||
|
$ export CREADER_TEST_DATA=/mnt/sls_det_storage/moench_data/cluster_reader_test/
|
||||||
|
|
||||||
|
$ make test
|
||||||
|
|
||||||
|
```
|
Reference in New Issue
Block a user