root/trunk/projects/bos/test/suites.lisp

Revision 3695, 0.7 kB (checked in by ksprotte, 4 months ago)

working on new m2 poi schema; cleaned up exprted poi symbols

Line 
1 (in-package :bos.test)
2
3 (def-suite :bos.test
4     :description "The root suite. Contains all tests.")
5
6 (def-suite :bos.test.allocation
7     :in :bos.test
8     :description "Tests for everything about allocation, including the allocation-cache.")
9
10 (def-suite :bos.test.poi
11     :in :bos.test)
12
13 (def-suite :bos.test.geometry
14     :in :bos.test
15     :description "Tests for the small geometry helper package.")
16
17 (def-suite :bos.test.web
18     :in :bos.test
19     :description "Tests for bos/web.")
20
21 (def-suite :bos.test.web.quad-tree
22     :in :bos.test.web
23     :description "Tests for the contract-tree.")
24
25 (def-suite :bos.test.geo-utm
26     :in :bos.test
27     :description "Tests utm conversion.")
Note: See TracBrowser for help on using the browser.