Added the test rule for the perl Test::Harness expect test programs.
This commit is contained in:
@@ -82,9 +82,13 @@ $(cleanArchTargets) ::
|
||||
realclean ::
|
||||
$(RMDIR) O.*
|
||||
|
||||
test: $(addprefix O.$(EPICS_HOST_ARCH)/,$(TESTSCRIPTS_HOST))
|
||||
$(PERL) -e 'use Test::Harness; runtests @ARGV;' $^
|
||||
|
||||
.PHONY : $(actionArchTargets)
|
||||
.PHONY : $(cleanArchTargets)
|
||||
.PHONY : $(BUILD_ARCHS)
|
||||
.PHONY : $(ACTIONS) clean realclean archclean all
|
||||
.PHONY : checkRelease $(checkReleaseTargets)
|
||||
.PHONY : test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user