blob: 2d1525bb1f4836ad59f3a931694a5c4cfdf5677c (
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
|
include/aunit/ada_containers-aunit_lists.adb
include/aunit/ada_containers-aunit_lists.ads
include/aunit/ada_containers.ads
include/aunit/aunit-assertions-assert_exception.adb
include/aunit/aunit-assertions.adb
include/aunit/aunit-assertions.ads
include/aunit/aunit-memory-utils.adb
include/aunit/aunit-memory-utils.ads
include/aunit/aunit-memory.adb
include/aunit/aunit-memory.ads
include/aunit/aunit-options.ads
include/aunit/aunit-reporter-gnattest.adb
include/aunit/aunit-reporter-gnattest.ads
include/aunit/aunit-reporter-text.adb
include/aunit/aunit-reporter-text.ads
include/aunit/aunit-reporter-xml.adb
include/aunit/aunit-reporter-xml.ads
include/aunit/aunit-reporter.ads
include/aunit/aunit-run.adb
include/aunit/aunit-run.ads
include/aunit/aunit-simple_test_cases-run_routine.adb
include/aunit/aunit-simple_test_cases.adb
include/aunit/aunit-simple_test_cases.ads
include/aunit/aunit-test_caller.adb
include/aunit/aunit-test_caller.ads
include/aunit/aunit-test_cases-registration.adb
include/aunit/aunit-test_cases.adb
include/aunit/aunit-test_cases.ads
include/aunit/aunit-test_filters.adb
include/aunit/aunit-test_filters.ads
include/aunit/aunit-test_fixtures.adb
include/aunit/aunit-test_fixtures.ads
include/aunit/aunit-test_results.adb
include/aunit/aunit-test_results.ads
include/aunit/aunit-test_suites.adb
include/aunit/aunit-test_suites.ads
include/aunit/aunit-tests.ads
include/aunit/aunit-time_measure.adb
include/aunit/aunit-time_measure.ads
include/aunit/aunit.adb
include/aunit/aunit.ads
lib/aunit/ada_containers-aunit_lists.ali
lib/aunit/ada_containers.ali
lib/aunit/aunit-assertions.ali
lib/aunit/aunit-memory-utils.ali
lib/aunit/aunit-memory.ali
lib/aunit/aunit-options.ali
lib/aunit/aunit-reporter-gnattest.ali
lib/aunit/aunit-reporter-text.ali
lib/aunit/aunit-reporter-xml.ali
lib/aunit/aunit-reporter.ali
lib/aunit/aunit-run.ali
lib/aunit/aunit-simple_test_cases.ali
lib/aunit/aunit-test_caller.ali
lib/aunit/aunit-test_cases.ali
lib/aunit/aunit-test_filters.ali
lib/aunit/aunit-test_fixtures.ali
lib/aunit/aunit-test_results.ali
lib/aunit/aunit-test_suites.ali
lib/aunit/aunit-tests.ali
lib/aunit/aunit-time_measure.ali
lib/aunit/aunit.ali
lib/aunit/libaunit.a
lib/gnat/aunit.gpr
%%PORTDOCS%%%%DOCSDIR%%/aunit.html
%%PORTDOCS%%%%DOCSDIR%%/aunit.info
%%PORTDOCS%%%%DOCSDIR%%/aunit.pdf
%%PORTDOCS%%%%DOCSDIR%%/aunit.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/fixture/main_suite.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/fixture/main_suite.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/fixture/operands-ints-test-suite.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/fixture/operands-ints-test-suite.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/fixture/operations-addition-test-suite.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/fixture/operations-binary-gen_test-gen_suite.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/fixture/operations-binary-gen_test-gen_suite.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/fixture/operations-subtraction-test-suite.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/fixture/stack-test-suite.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/fixture/stack-test-suite.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/fixture/test_calculator.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/harness.gpr
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/operands-ints.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/operands-ints.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/operands.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/operations-addition.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/operations-binary.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/operations-binary.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/operations-ints.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/operations-ints.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/operations-subtraction.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/operations.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/stack.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/stack.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/testlib.gpr
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/operands-ints-test.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/operands-ints-test.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/operations-addition-test.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/operations-addition_test_fixture.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/operations-addition_test_fixture.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/operations-binary-gen_test.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/operations-binary-gen_test.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/operations-subtraction-test.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/operations-subtraction_test_fixture.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/operations-subtraction_test_fixture.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/stack-test.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/stack-test.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/failures/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/failures/harness.gpr
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/failures/tested_lib/src/math.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/failures/tested_lib/src/math.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/failures/tested_lib/testlib.gpr
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/failures/tests/math-test.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/failures/tests/math-test.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/failures/tests/math_suite.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/failures/tests/math_suite.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/failures/tests/test_math.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/harness.gpr
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tested_lib/src/rectangle.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tested_lib/src/rectangle.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tested_lib/src/shape.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tested_lib/src/shape.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tested_lib/src/square.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tested_lib/src/square.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tested_lib/testlib.gpr
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/my_suite.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/my_suite.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/rectangle-tests-suite.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/rectangle-tests-suite.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/rectangle-tests.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/rectangle-tests.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/shape-tests.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/shape-tests.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/square-tests-suite.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/square-tests-suite.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/square-tests-suite_liskov.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/square-tests-suite_liskov.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/square-tests.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/square-tests.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/test_liskov.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_test/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_test/harness.gpr
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_test/tested_lib/src/math.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_test/tested_lib/src/math.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_test/tested_lib/testlib.gpr
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_test/tests/math-test.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_test/tests/math-test.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_test/tests/math_suite.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_test/tests/math_suite.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_test/tests/test_math.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_caller/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_caller/harness/harness.gpr
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_caller/harness/src/math-test.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_caller/harness/src/math-test.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_caller/harness/src/math_suite.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_caller/harness/src/math_suite.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_caller/harness/src/test_math.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_caller/tested_lib/src/math.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_caller/tested_lib/src/math.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_caller/tested_lib/testlib.gpr
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_fixture/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_fixture/harness.gpr
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_fixture/tested_lib/src/math.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_fixture/tested_lib/src/math.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_fixture/tested_lib/testlib.gpr
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_fixture/tests/math-test.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_fixture/tests/math-test.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_fixture/tests/math_suite.adb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_fixture/tests/math_suite.ads
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_fixture/tests/test_math.adb
share/gps/plug-ins/aunit.xml
|