File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- // Unfit: Data fitting and optimization software
2- //
31// Copyright (C) 2012- Dr Martin Buist & Dr Alberto Corrias
42// Contacts: martin.buist _at_ nus.edu.sg; alberto _at_ nus.edu.sg
53//
1917// You should have received a copy of the GNU General Public License
2018// along with this program. If not, see <http://www.gnu.org/licenses/>.
2119//
22- #ifndef UNFIT_UNITTESTS_UNITTESTCUSTOMUTILITIES_HPP_
23- #define UNFIT_UNITTESTS_UNITTESTCUSTOMUTILITIES_HPP_
20+ #ifndef CBL_UNITTESTCUSTOMUTILITIES_HPP_
21+ #define CBL_UNITTESTCUSTOMUTILITIES_HPP_
2422
2523#include < algorithm>
2624#include < string>
2725#include < vector>
2826#include " UnitTest++.h"
2927#include " TestReporterStdout.h"
3028
31- namespace Unfit
29+ namespace CBL
3230{
3331/* *
3432 * \brief Runs all the tests it finds in the project.
@@ -206,6 +204,6 @@ inline int RunMultipleSuites(std::vector<std::string> suite_names)
206204}
207205#undef COVERAGE_IGNORE
208206
209- } // namespace Unfit
207+ } // namespace CBL
210208
211209#endif
You can’t perform that action at this time.
0 commit comments