NameDateSize

..10-Nov-20258 KiB

CMakeLists.txtH A D10-Nov-20253.6 KiB

layout/H10-Nov-2025142

menu_twmkeys/H10-Nov-202554

README.mdH A D10-Nov-2025512

test_m4/H10-Nov-202559

util_expand/H10-Nov-202543

README.md

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