Skip to content

Commit

Permalink
example: RTEMS memory fs only on Base 7.0 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Jun 6, 2020
1 parent 5f97600 commit be4674e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions exampleApp/test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ testHarness_SRCS += epicsRunExampleTests.c
exampleTestHarness_SRCS += $(testHarness_SRCS)
exampleTestHarness_SRCS_RTEMS += rtemsTestHarness.c

ifdef BASE_7_0
PROD_SRCS_RTEMS += rtemsTestData.c
endif

PROD_vxWorks = exampleTestHarness
PROD_RTEMS = exampleTestHarness
Expand All @@ -54,5 +56,7 @@ endif

include $(TOP)/configure/RULES

ifdef BASE_7_0
rtemsTestData.c : $(TESTFILES) $(TOOLS)/epicsMakeMemFs.pl
$(PERL) $(TOOLS)/epicsMakeMemFs.pl $@ epicsRtemsFSImage $(TESTFILES)
endif

0 comments on commit be4674e

Please sign in to comment.