From 8794d5b6c0cd1de223bc2dc2460e2a0ec495b6b5 Mon Sep 17 00:00:00 2001 From: Dave Hickin Date: Tue, 12 Apr 2016 03:16:48 +0100 Subject: [PATCH] Run NTAttribute and NTContinuum unit tests --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index c4b7dbe..7241b9c 100644 --- a/test/Makefile +++ b/test/Makefile @@ -61,11 +61,11 @@ ntndarrayAttributeTest_SRCS = ntndarrayAttributeTest.cpp TESTS += ntndarrayAttributeTest TESTPROD_HOST += ntcontinuumTest -ntattributeTest_SRCS = ntcontinuumTest.cpp +ntcontinuumTest = ntcontinuumTest.cpp TESTS += ntcontinuumTest TESTPROD_HOST += nthistogramTest -ntattributeTest_SRCS = nthistogramTest.cpp +nthistogramTest_SRCS = nthistogramTest.cpp TESTS += nthistogramTest TESTPROD_HOST += ntutilsTest