Validator: fix path handling and tests Makefile

This commit is contained in:
Bruno Martins
2019-05-28 12:50:02 -04:00
committed by mdavidsaver
parent 452f2379a1
commit e0d422ffd9
2 changed files with 6 additions and 5 deletions

View File

@ -73,7 +73,7 @@ ntutilsTest_SRCS = ntutilsTest.cpp
TESTS += ntutilsTest
TESTPROD_HOST += validatorTest
ntutilsTest_SRCS = validatorTest.cpp
validatorTest_SRCS = validatorTest.cpp
TESTS += validatorTest
TESTSCRIPTS_HOST += $(TESTS:%=%.t)