Skip to content

Commit

Permalink
fix build test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Svvmy committed Jan 14, 2024
1 parent 884e229 commit 4257dbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/tst/main_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
/*----------------------------------------------------------------------------*/
// Files containing the different test suites to launch
#include "ArrayTestSuite.h"
#include "AssertTestSuite.h"
// #include "AssertTestSuite.h"
#include "BitVectorTestSuite.h"
// #include "CommonTypesTestSuite.h"
// #include "LogTestSuite.h"
#include "LogTestSuite.h"
// #include "OrientedGraphTestSuite.h"
#include "ParamTestSuite.h"
#include "RandomGeneratorTestSuite.h"
// #include "RandomGeneratorTestSuite.h"
#include "UtilsTestSuite.h"
// #include "VariableManagerTestSuite.h"
/*----------------------------------------------------------------------------*/
Expand Down

0 comments on commit 4257dbe

Please sign in to comment.