File: README

package info (click to toggle)
taskjuggler 2.3.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 8,764 kB
  • ctags: 3,700
  • sloc: cpp: 36,852; sh: 12,761; xml: 5,541; perl: 5,207; makefile: 269; python: 258; lisp: 67
file content (11 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
This is what may become a real testsuite. There are 2 classes of
tests; Syntactical tests and scheduler tests. For each class there are
tests that must pass and tests that must fail. All *.tjp files that
are found in the respective directories are executed by the test
suite. You can run the test suite by executing ./runtests in the
TestSuite directory.

If you want to help the taskjuggler development you can help to
complete the test suite. Ideally each syntax struct should have a pass
and at least one fail test.