Fresco/test/syunit-c++/include ResultsMap.hh,1.2,1.3 TestCase.hh,1.2,1.3 TestCaseWrapper.hh,1.2,1.3 TestCmd.hh,1.2,1.3
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/test/syunit-c++/include
In directory purcel:/tmp/cvs-serv20739/syunit-c++/include
Modified Files:
ResultsMap.hh TestCase.hh TestCaseWrapper.hh TestCmd.hh
Log Message:
first part of build system integration
Index: ResultsMap.hh
===================================================================
RCS file: /cvs/fresco/Fresco/test/syunit-c++/include/ResultsMap.hh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ResultsMap.hh 19 Feb 2003 20:40:16 -0000 1.2
+++ ResultsMap.hh 19 Feb 2003 22:27:36 -0000 1.3
@@ -1,5 +1,5 @@
#ifndef _SYUNIT_RESULTSMAP_H
-#define _SYUNIT_TEST_RESULTSMAP_H
+#define _SYUNIT_RESULTSMAP_H
#include <string>
#include <list>
Index: TestCase.hh
===================================================================
RCS file: /cvs/fresco/Fresco/test/syunit-c++/include/TestCase.hh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- TestCase.hh 19 Feb 2003 20:40:16 -0000 1.2
+++ TestCase.hh 19 Feb 2003 22:27:36 -0000 1.3
@@ -3,7 +3,7 @@
#include <string>
-#include "ResultsMap.h"
+#include "ResultsMap.hh"
namespace SyUnit
{
Index: TestCaseWrapper.hh
===================================================================
RCS file: /cvs/fresco/Fresco/test/syunit-c++/include/TestCaseWrapper.hh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- TestCaseWrapper.hh 19 Feb 2003 20:40:16 -0000 1.2
+++ TestCaseWrapper.hh 19 Feb 2003 22:27:36 -0000 1.3
@@ -3,9 +3,9 @@
#include <string>
-#include "ResultsMap.h"
-#include "TestCase.h"
-#include "Breakpoint.h"
+#include "ResultsMap.hh"
+#include "TestCase.hh"
+#include "Breakpoint.hh"
namespace SyUnit
{
@@ -24,7 +24,7 @@
template <typename TC>
class TestCaseWrapperImpl
- : public Fresco_Test::TestCaseWrapper
+ : public SyUnit::TestCaseWrapper
{
public:
typedef void (TC::* method_type)();
Index: TestCmd.hh
===================================================================
RCS file: /cvs/fresco/Fresco/test/syunit-c++/include/TestCmd.hh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- TestCmd.hh 19 Feb 2003 20:40:16 -0000 1.2
+++ TestCmd.hh 19 Feb 2003 22:27:36 -0000 1.3
@@ -4,7 +4,7 @@
#include <string>
#include <map>
-#include "TestCaseWrapper.h"
+#include "TestCaseWrapper.hh"
namespace SyUnit
{