blob: 9c0bfc53668d6dc1ba9318886365ba6d47e3fdda (
plain) (
blame)
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
|
@comment $FreeBSD$
bin/cxxtestgen.pl
bin/cxxtestgen.py
include/cxxtest/Descriptions.h
include/cxxtest/DummyDescriptions.h
include/cxxtest/ErrorFormatter.h
include/cxxtest/ErrorPrinter.h
include/cxxtest/Flags.h
include/cxxtest/GlobalFixture.h
include/cxxtest/Gui.h
include/cxxtest/LinkedList.h
include/cxxtest/ParenPrinter.h
include/cxxtest/QtGui.h
include/cxxtest/RealDescriptions.h
include/cxxtest/Root.cpp
include/cxxtest/SelfTest.h
include/cxxtest/StdValueTraits.h
include/cxxtest/StdioPrinter.h
include/cxxtest/TeeListener.h
include/cxxtest/TeeRunner.h
include/cxxtest/TestListener.h
include/cxxtest/TestRunner.h
include/cxxtest/TestSuite.h
include/cxxtest/TestTracker.h
include/cxxtest/ValueTraits.h
include/cxxtest/Win32Gui.h
include/cxxtest/X11Gui.h
include/cxxtest/YesNoRunner.h
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%%%DOCSDIR%%/guide.html
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/qt.png
%%PORTDOCS%%%%DOCSDIR%%/qt2.png
%%PORTDOCS%%%%DOCSDIR%%/win32.png
%%PORTDOCS%%%%DOCSDIR%%/x11.png
%%PORTDOCS%%@dirrm %%PORTDOCS%%%%DOCSDIR%%
%%EXAMPLESDIR%%/Construct
%%EXAMPLESDIR%%/CreatedTest.h
%%EXAMPLESDIR%%/DeltaTest.h
%%EXAMPLESDIR%%/ExceptionTest.h
%%EXAMPLESDIR%%/FixtureTest.h
%%EXAMPLESDIR%%/Makefile.unix
%%EXAMPLESDIR%%/MessageTest.h
%%EXAMPLESDIR%%/SelfTest.h
%%EXAMPLESDIR%%/SimpleTest.h
%%EXAMPLESDIR%%/TraitsTest.h
%%EXAMPLESDIR%%/aborter.tpl
%%EXAMPLESDIR%%/file_printer.tpl
%%EXAMPLESDIR%%/test/AborterNoThrow.h
%%EXAMPLESDIR%%/test/BadTest.h
%%EXAMPLESDIR%%/test/DeepAbort.h
%%EXAMPLESDIR%%/test/DefaultTraits.h
%%EXAMPLESDIR%%/test/DoubleCall.h
%%EXAMPLESDIR%%/test/EmptySuite.h
%%EXAMPLESDIR%%/test/Exceptions.h
%%EXAMPLESDIR%%/test/GlobalFixtures.h
%%EXAMPLESDIR%%/test/GoodSuite.h
%%EXAMPLESDIR%%/test/GreenYellowRed.h
%%EXAMPLESDIR%%/test/IncludeTest.h
%%EXAMPLESDIR%%/test/Int64.h
%%EXAMPLESDIR%%/test/LessThanEquals.h
%%EXAMPLESDIR%%/test/LongLong.h
%%EXAMPLESDIR%%/test/LongTraits.h
%%EXAMPLESDIR%%/test/MaxDump.h
%%EXAMPLESDIR%%/test/SameData.h
%%EXAMPLESDIR%%/test/ThrowNoStd.cpp
%%EXAMPLESDIR%%/test/ThrowNoStd.h
%%EXAMPLESDIR%%/test/ThrowNoStd.tpl
%%EXAMPLESDIR%%/test/TraitsTest.h
%%EXAMPLESDIR%%/test/Tsm.h
%%EXAMPLESDIR%%/test/UserTraits.h
%%EXAMPLESDIR%%/test/UserTraits.tpl
%%EXAMPLESDIR%%/test/VoidTraits.h
%%EXAMPLESDIR%%/test/WideCharTest.h
%%EXAMPLESDIR%%/test/aborter.out
%%EXAMPLESDIR%%/test/aborter_no_throw.out
%%EXAMPLESDIR%%/test/anything.cpp
%%EXAMPLESDIR%%/test/cxxtest/DummyGui.h
%%EXAMPLESDIR%%/test/deep.out
%%EXAMPLESDIR%%/test/default.out
%%EXAMPLESDIR%%/test/double.out
%%EXAMPLESDIR%%/test/error.out
%%EXAMPLESDIR%%/test/exceptions.out
%%EXAMPLESDIR%%/test/fake/X11/Xlib.h
%%EXAMPLESDIR%%/test/fake/X11/Xutil.h
%%EXAMPLESDIR%%/test/fake/commctrl.h
%%EXAMPLESDIR%%/test/fake/qapplication.h
%%EXAMPLESDIR%%/test/fake/qglobal.h
%%EXAMPLESDIR%%/test/fake/qlabel.h
%%EXAMPLESDIR%%/test/fake/qlayout.h
%%EXAMPLESDIR%%/test/fake/qmessagebox.h
%%EXAMPLESDIR%%/test/fake/qpixmap.h
%%EXAMPLESDIR%%/test/fake/qprogressbar.h
%%EXAMPLESDIR%%/test/fake/qstatusbar.h
%%EXAMPLESDIR%%/test/fake/qstring.h
%%EXAMPLESDIR%%/test/fake/qwidget.h
%%EXAMPLESDIR%%/test/fake/windows.h
%%EXAMPLESDIR%%/test/fixtures.out
%%EXAMPLESDIR%%/test/good.out
%%EXAMPLESDIR%%/test/gui.out
%%EXAMPLESDIR%%/test/gui_paren.out
%%EXAMPLESDIR%%/test/include.out
%%EXAMPLESDIR%%/test/int64.cpp
%%EXAMPLESDIR%%/test/int64.out
%%EXAMPLESDIR%%/test/longlong.cpp
%%EXAMPLESDIR%%/test/longlong.out
%%EXAMPLESDIR%%/test/lte.out
%%EXAMPLESDIR%%/test/main.cpp
%%EXAMPLESDIR%%/test/max.out
%%EXAMPLESDIR%%/test/one.out
%%EXAMPLESDIR%%/test/paren.out
%%EXAMPLESDIR%%/test/runner.out
%%EXAMPLESDIR%%/test/same.out
%%EXAMPLESDIR%%/test/test.pl
%%EXAMPLESDIR%%/test/throw.out
%%EXAMPLESDIR%%/test/traits.out
%%EXAMPLESDIR%%/test/tsm.out
%%EXAMPLESDIR%%/test/user.out
%%EXAMPLESDIR%%/test/wchar.cpp
%%EXAMPLESDIR%%/test/wchar.out
%%EXAMPLESDIR%%/test/wildcard.out
%%EXAMPLESDIR%%/yes_no_runner.cpp
@dirrm include/cxxtest
@dirrm %%EXAMPLESDIR%%/test/fake/X11
@dirrm %%EXAMPLESDIR%%/test/fake
@dirrm %%EXAMPLESDIR%%/test/cxxtest
@dirrm %%EXAMPLESDIR%%/test
@dirrm %%EXAMPLESDIR%%
|