diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-05-18 13:08:10 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-05-18 13:08:10 +0000 |
commit | a351bce79ac21032bbb61a8220bc80293f9bc9d5 (patch) | |
tree | a7c14a6240cd6bf9299aa2b5efa62e9e714fc68b | |
parent | 4794fc08ffb6465116f0df9ddc9bb05ddcd62724 (diff) |
Add test numbering scheme
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1207 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r-- | README.tests | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.tests b/README.tests new file mode 100644 index 00000000..ebbdac82 --- /dev/null +++ b/README.tests @@ -0,0 +1,10 @@ +Test file number allocation: +00 - 09: General base checks +10 - 39: Module checks, no LSMB database required + 40: Set up test LSMB database +41 - 59: Operational checks, LSMB database required +60 - 88: Interface checks + 89: Clean up test LSMB database +90 - 99: Packaging checks + +Environment variables can be used as flags to disable/enable tests >= 40 |