Home | History | Annotate | only in /xsrc/external/mit/ctwm/dist/tests
Up to higher level directory
NameDateSize
CMakeLists.txt05-Jul-20233.6K
layout/19-Feb-2026
menu_twmkeys/19-Feb-2026
README.md11-Apr-2021512
test_m4/19-Feb-2026
util_expand/19-Feb-2026

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