tests: VxWorks tests are now ready to be run

This commit is contained in:
Matej Sekoranja
2014-10-31 17:49:10 -04:00
parent 5b1b5ab904
commit 73c4896cce
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -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)
+1 -1
View File
@@ -44,7 +44,7 @@ int testPVUnion(void);
int testStandardField(void);
int testStandardPVField(void);
void epicsRunPVDataTests(void)
void pvDataAllTests(void)
{
testHarness();