tests: VxWorks tests are now ready to be run
This commit is contained in:
+4
-2
@@ -12,9 +12,11 @@ include $(PVDATA_TEST)/pv/Makefile
|
||||
include $(PVDATA_TEST)/property/Makefile
|
||||
include $(PVDATA_TEST)/copy/Makefile
|
||||
|
||||
# The testHarness runs all the test programs in a known working order.
|
||||
testHarness_SRCS += pvDataAllTests.c
|
||||
|
||||
PROD_vxWorks = vxTestHarness
|
||||
vxTestHarness_SRCS += pvDataAllTests
|
||||
vxTestHarness_OBJS += misc/
|
||||
vxTestHarness_SRCS += $(testHarness_SRCS)
|
||||
TESTSPEC_vxWorks = vxTestHarness.$(MUNCH_SUFFIX); pvDataAllTests
|
||||
|
||||
TESTSCRIPTS_HOST += $(TESTS:%=%.t)
|
||||
|
||||
@@ -44,7 +44,7 @@ int testPVUnion(void);
|
||||
int testStandardField(void);
|
||||
int testStandardPVField(void);
|
||||
|
||||
void epicsRunPVDataTests(void)
|
||||
void pvDataAllTests(void)
|
||||
{
|
||||
testHarness();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user