diff --git a/gtestSup/RULES_GTEST b/gtestSup/RULES_GTEST index f18b88a..179a46e 100644 --- a/gtestSup/RULES_GTEST +++ b/gtestSup/RULES_GTEST @@ -20,10 +20,10 @@ TESTPROD_HOST += $(GTESTPROD_HOST) # Enable testing if this host can run tests for the current target ifneq (,$(findstring $(T_A),$(EPICS_HOST_ARCH) $(CROSS_COMPILER_RUNTEST_ARCHS))) + RUNTESTS_ENABLED = YES GTESTLISTS = $(addsuffix .list,$(GTESTS)) JUNITFILES = $(addsuffix -results.xml,$(GTESTS)) -endif #--------------------------------------------------------------- # Automated testing using Google Test @@ -57,6 +57,8 @@ else tapfiles: $(GTESTS_RUN) endif +endif # this host can run tests for the current target + else $(warning Warning: cfg/RULES_GTEST file included more than once.) endif # RULES_GTEST_INCLUDED