Add initial skeleton for a testing framework

This is the first revision that actually performs a test, in that it
starts up OfflineImap and sees if there are any exceptions.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
Sebastian Spaeth
2012-01-09 13:12:28 +01:00
parent c1625aa719
commit 7b75e04b5b
9 changed files with 289 additions and 0 deletions

2
test/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
credentials.conf
tmp_*