diff options
Diffstat (limited to 'testsuite/README')
-rw-r--r-- | testsuite/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testsuite/README b/testsuite/README new file mode 100644 index 0000000..ed91a57 --- /dev/null +++ b/testsuite/README @@ -0,0 +1,19 @@ +testsuite.README + +1) Create with [c]debootstrap a debian chroot + +2) Copy the testsuite-files into this chroot; the testsuite doesn't have any +dependencies except (you probably know it already) adduser :-) + +3) execute "run-suite.sh"; the testsuite outputs the adduser call which are +checked. If an error happens, you are noticed of the failed check. + +4) Remove the debian chroot, because the testsuite creates a lot of users, +homedirectories and so on, but doesn't clear them all. Of course you can run +the testsuite more than once in that debian chroot, but don't reuse this chroot +for any other purpose than running this tests. + + + +TODO: +- add more tests |