fixed Makefile for ntutils test

This commit is contained in:
Matej Sekoranja
2014-11-11 17:02:33 +01:00
parent a25a89fadc
commit 99bf23e8fa

View File

@ -33,7 +33,7 @@ ntndarrayTest_SRCS = ntndarrayTest.cpp
TESTS += ntndarrayTest
TESTPROD_HOST += ntutilsTest
ntndarrayTest_SRCS = ntutilsTest.cpp
ntutilsTest_SRCS = ntutilsTest.cpp
TESTS += ntutilsTest
TESTSCRIPTS_HOST += $(TESTS:%=%.t)