Finished test suite

Change-Id: I05969aba1dab4802822499e0fda8e7a1a21fa693
diff --git a/Makefile.PL b/Makefile.PL
index 79ab3b1..9818ad1 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -30,6 +30,10 @@
   },
   MIN_PERL_VERSION => '5.014',
   test => {
-    TESTS => 't/*.t'
-  }
+    TESTS =>
+      't/*.t '.
+	't/index/*.t ' .
+	  't/sgbr/*.t ' .
+	    't/real/*.t'
+	  }
 );