4 #include "booleanmatrix.h"
5 #include "simplicialcomplex.h"
6 #include "persistence.h"
12 int main(int argc
, char* argv
[]) {
18 ts
.add(auto_ptr
<Test::Suite
>(new boolean_matrix_TestSuite
));
19 ts
.add(auto_ptr
<Test::Suite
>(new simplicial_complex_TestSuite
));
20 ts
.add(auto_ptr
<Test::Suite
>(new persistence_TestSuite
));
21 ts
.add(auto_ptr
<Test::Suite
>(new image_TestSuite
));
23 Test::TextOutput
output(Test::TextOutput::Verbose
);