diff --git a/test/Makefile b/test/Makefile index 907a507..515d41b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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 diff --git a/test/testdata.cpp b/test/testtype.cpp similarity index 99% rename from test/testdata.cpp rename to test/testtype.cpp index 35700a4..16dd37b 100644 --- a/test/testdata.cpp +++ b/test/testtype.cpp @@ -302,7 +302,7 @@ void testTypeDef() } // namespace -MAIN(testdata) +MAIN(testtype) { testPlan(23); showSize();