rename testdata -> testtype

This commit is contained in:
Michael Davidsaver
2019-12-12 17:18:11 -08:00
parent 9aaaccaf2a
commit 4b084b31be
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -34,9 +34,9 @@ TESTPROD += testxcode
testxcode_SRCS += testxcode.cpp
TESTS += testxcode
TESTPROD += testdata
testdata_SRCS += testdata.cpp
TESTS += testdata
TESTPROD += testtype
testtype_SRCS += testtype.cpp
TESTS += testtype
TESTPROD += dummyserv
dummyserv_SRCS += dummyserv.cpp
+1 -1
View File
@@ -302,7 +302,7 @@ void testTypeDef()
} // namespace
MAIN(testdata)
MAIN(testtype)
{
testPlan(23);
showSize();