added instructions on how to run tests

This commit is contained in:
Erik Frojdh 2023-06-04 19:07:48 +02:00
parent f28acaa3d5
commit 8aa1b6bcbd

View File

@ -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
```