Unit Testing in MQX Projects

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Unit Testing in MQX Projects

ソリューションへジャンプ
1,579件の閲覧回数
same
Contributor II

Hi everybody,

I have MCF 522259 with codwarrior 10.2 and MQX 3.8.

I want to use Cppunit in CodeWarrior too, but I couldn't add it to my project.

In fact I added it to path and CodeWarrior can find header files, but for building the project I am getting so many error messages like:

=#include <string>

>the file 'string' cannot be opened

OR

(C:\cppunit\include\cppunit\TestCase.h|32|20|3|706|3)

=    TestCase( const std::string &name );

>declaration syntax error

does anyone know how to use unit testing frameworks like cppUnit in codewarrior?

Regards

タグ(4)
0 件の賞賛
返信
1 解決策
870件の閲覧回数
Martin_
NXP Employee
NXP Employee
0 件の賞賛
返信
1 返信
871件の閲覧回数
Martin_
NXP Employee
NXP Employee
0 件の賞賛
返信