|
125 | 125 | ;; TODO(cgay): do these tests really depend on each other in the ways that
|
126 | 126 | ;; the :depends-on clauses imply? If so, why?
|
127 | 127 | ;;
|
128 |
| - ;; lisp-service-test.lisp not included as the necessary fields in |
| 128 | + ;; service-test.lisp is not included since the necessary fields in |
129 | 129 | ;; service-test.proto are not currently exported.
|
130 | 130 |
|
131 | 131 | (:module "root-suite"
|
132 | 132 | :serial t
|
133 | 133 | :pathname ""
|
134 | 134 | :components ((:file "root-suite")))
|
135 | 135 |
|
136 |
| - (:module "wire-level-tests" |
| 136 | + (:module "wire-level-test" |
137 | 137 | :serial t
|
138 | 138 | :pathname ""
|
139 | 139 | :depends-on ("packages")
|
140 |
| - :components ((:file "varint-tests") |
141 |
| - (:file "wire-tests"))) |
| 140 | + :components ((:file "varint-test") |
| 141 | + (:file "wire-test"))) |
142 | 142 |
|
143 | 143 | (:module "descriptor-extensions"
|
144 | 144 | :serial t
|
|
166 | 166 | (:protobuf-source-file "unittest"
|
167 | 167 | :depends-on ("unittest_import"))))
|
168 | 168 |
|
169 |
| - (:module "object-level-tests" |
| 169 | + (:module "object-level-test" |
170 | 170 | :serial t
|
171 | 171 | :pathname ""
|
172 |
| - :depends-on ("wire-level-tests") |
| 172 | + :depends-on ("wire-level-test") |
173 | 173 | :components ((:protobuf-source-file "serialization")
|
174 |
| - (:file "serialization-tests") |
175 |
| - (:file "symbol-import-tests"))) |
| 174 | + (:file "serialization-test") |
| 175 | + (:file "symbol-import-test"))) |
176 | 176 |
|
177 |
| - (:module "brown-tests" |
| 177 | + (:module "brown-test" |
178 | 178 | :serial t
|
179 | 179 | :pathname ""
|
180 |
| - :depends-on ("object-level-tests") |
| 180 | + :depends-on ("object-level-test") |
181 | 181 | :components ((:protobuf-source-file "testproto1")
|
182 | 182 | (:protobuf-source-file "testproto2")
|
183 |
| - (:file "quick-tests"))) |
| 183 | + (:file "quick-test"))) |
184 | 184 |
|
185 |
| - (:module "lisp-reference-tests" |
| 185 | + (:module "lisp-reference-test" |
186 | 186 | :serial t
|
187 | 187 | :pathname ""
|
188 | 188 | :depends-on ("descriptor-extensions")
|
|
191 | 191 | :depends-on ("package_test2"))
|
192 | 192 | (:protobuf-source-file "forward_reference"
|
193 | 193 | :proto-search-path ("../" "../google/protobuf/"))
|
194 |
| - (:file "lisp-reference-tests"))) |
| 194 | + (:file "lisp-reference-test"))) |
195 | 195 |
|
196 | 196 | (:module "nested-extend-test"
|
197 | 197 | :serial t
|
|
269 | 269 | :depends-on ("google-tests-proto")
|
270 | 270 | :components ((:file "packed-test")))
|
271 | 271 |
|
272 |
| - (:module "serialize-object-to-bytes-test" |
| 272 | + (:module "serialize-to-bytes-test" |
273 | 273 | :serial t
|
274 | 274 | :pathname ""
|
275 |
| - :depends-on ("object-level-tests") |
276 |
| - :components ((:file "serialize-object-to-bytes"))) |
| 275 | + :depends-on ("object-level-test") |
| 276 | + :components ((:file "serialize-to-bytes-test"))) |
277 | 277 |
|
278 | 278 | (:module "text-format-test"
|
279 | 279 | :serial t
|
|
300 | 300 | :pathname ""
|
301 | 301 | :components ((:file "well-known-types-test")))
|
302 | 302 |
|
303 |
| - (:module "google-tests" |
| 303 | + (:module "google-test" |
304 | 304 | :serial t
|
305 | 305 | :pathname ""
|
306 |
| - :depends-on ("root-suite" "brown-tests" "google-tests-proto") |
| 306 | + :depends-on ("root-suite" "brown-test" "google-tests-proto") |
307 | 307 | :components
|
308 |
| - ((:file "full-tests") |
| 308 | + ((:file "full-test") |
309 | 309 | (:static-file "golden_message.data")
|
310 | 310 | (:static-file "golden_packed_message.data")))
|
311 | 311 |
|
312 | 312 | ;; ABCL is slow, these tests take to long.
|
313 | 313 | #-abcl
|
314 |
| - (:module "timing-tests" |
| 314 | + (:module "timing-test" |
315 | 315 | :serial t
|
316 | 316 | :pathname ""
|
317 | 317 | :components ((:protobuf-source-file "proto3")
|
318 | 318 | (:protobuf-source-file "serialization")
|
319 |
| - (:file "timing-tests"))) |
320 |
| - (:module "vector-tests" |
| 319 | + (:file "timing-test"))) |
| 320 | + (:module "vector-test" |
321 | 321 | :serial t
|
322 | 322 | :pathname ""
|
323 | 323 | :depends-on ("descriptor-extensions")
|
|
0 commit comments