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