Make Validator private
This commit is contained in:

committed by
mdavidsaver

parent
1676192dd1
commit
76c00b78c9
@ -72,9 +72,9 @@ TESTPROD_HOST += ntutilsTest
|
||||
ntutilsTest_SRCS = ntutilsTest.cpp
|
||||
TESTS += ntutilsTest
|
||||
|
||||
TESTPROD_HOST += ntvalidatorTest
|
||||
ntutilsTest_SRCS = ntvalidatorTest.cpp
|
||||
TESTS += ntvalidatorTest
|
||||
TESTPROD_HOST += validatorTest
|
||||
ntutilsTest_SRCS = validatorTest.cpp
|
||||
TESTS += validatorTest
|
||||
|
||||
TESTSCRIPTS_HOST += $(TESTS:%=%.t)
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include <epicsUnitTest.h>
|
||||
#include <testMain.h>
|
||||
|
||||
#include <pv/ntvalidator.h>
|
||||
#include "../src/validator.h"
|
||||
#include <pv/ntndarray.h>
|
||||
|
||||
using namespace epics::nt;
|
Reference in New Issue
Block a user