From cca473ed0ec48b9153c69bcad8a08a0dc6e49d24 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 11 Nov 2020 08:08:15 -0800 Subject: [PATCH] rtemsTestHarness needs no data files --- testApp/rtemsTestHarness.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testApp/rtemsTestHarness.c b/testApp/rtemsTestHarness.c index 18a91205..1782eb84 100644 --- a/testApp/rtemsTestHarness.c +++ b/testApp/rtemsTestHarness.c @@ -3,6 +3,9 @@ * found in the file LICENSE that is included with the distribution */ +/* no data files needed */ +char* epicsRtemsFSImage = 0; + extern void pvAccessAllTests(void); int main(int argc, char **argv)