Develop and Download Open Source Software

Browse Subversion Repository

Contents of /connection/TestCompile.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 191 - (show annotations) (download) (as text)
Fri Jan 4 02:49:36 2008 UTC (16 years, 4 months ago) by satofumi
File MIME type: text/x-c++src
File size: 439 byte(s)
using namespace beego

1 /*!
2 \file
3 \brief connection のコンパイルテスト
4
5 \author Satofumi KAMIMURA
6
7 $Id$
8 */
9
10 #include "TestCompile.h"
11 #include "SerialCtrl.h"
12
13
14 CPPUNIT_TEST_SUITE_REGISTRATION(CompileTest);
15 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(CompileTest, "CompileTest");
16
17 using namespace beego;
18
19
20 /*!
21 \brief メソッドのコンパイルテスト
22
23 \todo 全てのメンバ変数を列挙する
24 */
25 void CompileTest::compileTest(void) {
26 SerialCtrl serial;
27 serial.what();
28 }

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26