Added the first test that checks that an empty document returns sane values. In order to make the test compile and run I had to add an static library called libepfview.a that contains the required classes (Document and DocumentIndex?) for the test.
I also added the library to the test's Makefile.am LDADD variable.