rename testdata -> testtype
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
@@ -302,7 +302,7 @@ void testTypeDef()
|
||||
|
||||
} // namespace
|
||||
|
||||
MAIN(testdata)
|
||||
MAIN(testtype)
|
||||
{
|
||||
testPlan(23);
|
||||
showSize();
|
||||
Reference in New Issue
Block a user