-
Notifications
You must be signed in to change notification settings - Fork 2
/
LTest.cbp
106 lines (106 loc) · 3.35 KB
/
LTest.cbp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="LTest" />
<Option makefile="makefile" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="static_lib">
<Option output="ltest" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output="obj" />
<Option type="2" />
<Option compiler="gcc" />
<Option createDefFile="1" />
</Target>
<Target title="test-ltest-with-ltest">
<Option output="bin/tests/run-ltest-tests" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/tests/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
<Target title="LTestExample">
<Option output="bin/Debug/LTestExample" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
</Compiler>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-fexceptions" />
<Add option="-std=c++1y" />
</Compiler>
<Linker>
<Add option="-pthread" />
</Linker>
<Unit filename="examples/async.h">
<Option target="LTestExample" />
<Option target="test-ltest-with-ltest" />
</Unit>
<Unit filename="examples/ignores.h">
<Option target="LTestExample" />
</Unit>
<Unit filename="examples/leap_year.h">
<Option target="LTestExample" />
</Unit>
<Unit filename="examples/main.cpp">
<Option target="LTestExample" />
</Unit>
<Unit filename="examples/minimal.h">
<Option target="LTestExample" />
</Unit>
<Unit filename="examples/parametertest.h">
<Option target="LTestExample" />
</Unit>
<Unit filename="examples/resultset.h">
<Option target="LTestExample" />
</Unit>
<Unit filename="src/AsyncTaskExecuter.h" />
<Unit filename="src/FunctionPattern.h" />
<Unit filename="src/LTest.cpp" />
<Unit filename="src/LTest.h" />
<Unit filename="src/LTestAssert.h" />
<Unit filename="src/LTestMisuseException.h" />
<Unit filename="src/ManagedFixture.h" />
<Unit filename="src/MuteStream.h" />
<Unit filename="src/OutputFormat/Format.h" />
<Unit filename="src/OutputFormat/OutputFormat.h" />
<Unit filename="src/OutputFormat/OutputFormatBase.h" />
<Unit filename="src/OutputFormat/TextOutput.h" />
<Unit filename="src/OutputFormat/TextTable.h" />
<Unit filename="src/OutputFormat/XmlOutput.h" />
<Unit filename="src/OutputFormat/rapidxml/rapidxml.hpp" />
<Unit filename="src/OutputFormat/rapidxml/rapidxml_iterators.hpp" />
<Unit filename="src/OutputFormat/rapidxml/rapidxml_print.hpp" />
<Unit filename="src/OutputFormat/rapidxml/rapidxml_utils.hpp" />
<Unit filename="src/ParameterTest.h" />
<Unit filename="src/TestResult.h" />
<Unit filename="src/toStringPatch.h" />
<Unit filename="test-src/addTest.h">
<Option target="test-ltest-with-ltest" />
</Unit>
<Unit filename="test-src/chrono_lib_test.h">
<Option target="test-ltest-with-ltest" />
</Unit>
<Unit filename="test-src/run-ltest-tests.cpp">
<Option target="test-ltest-with-ltest" />
</Unit>
<Extensions>
<code_completion />
<envvars />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>