From 8aa1b6bcbdc7e99852d8781b050e2e5d7b30c31e Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Sun, 4 Jun 2023 19:07:48 +0200 Subject: [PATCH] added instructions on how to run tests --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b7253c8..69f661a 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,15 @@ typedef struct { int16_t y; int32_t data[9]; } 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 + ``` \ No newline at end of file