File: README.md

package info (click to toggle)
ctwm 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,580 kB
  • sloc: ansic: 34,729; yacc: 985; sh: 466; perl: 415; lex: 133; makefile: 102
file content (14 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Tests

This is a (currently very small) set of automated tests of ctwm.  It
currently includes a small example unit test, and a few tests of the full
built binary.  Hopefully it'll be expanded over time.


## Framework

This is currently build on cmake's CTest framework.  I'm currently
uncertain whether this is the best idea; it has a number of limitations
and odd behaviors I've already had to work around.  However, we already
have it around, and it at least gets us started.  This space may be
revisited.