mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Refactored tests
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@308 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
ea501c3e00
commit
909e37da70
4 changed files with 60 additions and 595 deletions
|
|
@ -21,6 +21,10 @@
|
|||
<define name="MOCK_MAX_ARGS" value="20"/>
|
||||
</defineset>
|
||||
</build-test>
|
||||
<build-test name="turtle_use_conversions" input="turtle_test" depends="boost" mode="all">
|
||||
<compilerarg value="-Wno-uninitialized" location="mid" if="is-cygwin"/>
|
||||
<defineset define="MOCK_USE_CONVERSIONS"/>
|
||||
</build-test>
|
||||
</target>
|
||||
|
||||
<target name="analyse" description="run errors analyser">
|
||||
|
|
|
|||
|
|
@ -214,6 +214,10 @@
|
|||
RelativePath="..\..\src\tests\turtle_test\is_functor_test.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\tests\turtle_test\log_test.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\tests\turtle_test\log_with_conversions_test.cpp"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue