X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=tests%2Fmain.cc;h=60af1de7c4195786e3b6529325c3a5aadec7d992;hb=993da09e61bcf14e44cb9c0d6cfe624a67fa1bb9;hp=dcf0abeeb978a5d5798e4575ec8a669ab70543d6;hpb=4b8265e5bcfd2332a3333c4129352e10c2d59c2f;p=libstick.git diff --git a/tests/main.cc b/tests/main.cc index dcf0abe..60af1de 100644 --- a/tests/main.cc +++ b/tests/main.cc @@ -1,6 +1,7 @@ #include #include +#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(new boolean_vector_TestSuite)); ts.add(auto_ptr(new boolean_matrix_TestSuite)); ts.add(auto_ptr(new simplicial_complex_TestSuite)); ts.add(auto_ptr(new persistence_TestSuite));