Added the test rule for the perl Test::Harness expect test programs.

This commit is contained in:
Janet B. Anderson
2006-11-16 22:26:24 +00:00
parent 6217ec86af
commit 1dfdf98f87
+4
View File
@@ -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