Add boolean_vector classes
[libstick.git] / tests / main.cc
index dcf0abeeb978a5d5798e4575ec8a669ab70543d6..60af1de7c4195786e3b6529325c3a5aadec7d992 100644 (file)
@@ -1,6 +1,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#include "booleanvector.h"
 #include "booleanmatrix.h"
 #include "simplicialcomplex.h"
 #include "persistence.h"
@@ -15,6 +16,7 @@ int main(int argc, char* argv[]) {
 
     Test::Suite ts;
 
+    ts.add(auto_ptr<Test::Suite>(new boolean_vector_TestSuite));
     ts.add(auto_ptr<Test::Suite>(new boolean_matrix_TestSuite));
     ts.add(auto_ptr<Test::Suite>(new simplicial_complex_TestSuite));
     ts.add(auto_ptr<Test::Suite>(new persistence_TestSuite));