README.md
1 # Tests
2
3 This is a (currently very small) set of automated tests of ctwm. It
4 currently includes a small example unit test, and a few tests of the full
5 built binary. Hopefully it'll be expanded over time.
6
7
8 ## Framework
9
10 This is currently build on cmake's CTest framework. I'm currently
11 uncertain whether this is the best idea; it has a number of limitations
12 and odd behaviors I've already had to work around. However, we already
13 have it around, and it at least gets us started. This space may be
14 revisited.
15