test refactoring

This commit is contained in:
Matej Sekoranja
2014-10-31 20:08:18 +01:00
parent 5b1825a11c
commit 50c143bdec
18 changed files with 444 additions and 2124 deletions

View File

@@ -1,6 +1,22 @@
# Makefile for the pvAccess tests
TOP = ..
include $(TOP)/configure/CONFIG
DIRS += utils
DIRS += client
DIRS += remote
include $(TOP)/configure/RULES_DIRS
PVACCESS_TEST = $(TOP)/testApp
PROD_LIBS += pvAccess pvData pvMB Com
include $(PVACCESS_TEST)/utils/Makefile
include $(PVACCESS_TEST)/remote/Makefile
# The testHarness runs all the test programs in a known working order.
testHarness_SRCS += pvAccessAllTests.c
PROD_vxWorks = vxTestHarness
vxTestHarness_SRCS += $(testHarness_SRCS)
TESTSPEC_vxWorks = vxTestHarness.$(MUNCH_SUFFIX); pvAccessAllTests
TESTSCRIPTS_HOST += $(TESTS:%=%.t)
include $(TOP)/configure/RULES