Skip to content
Snippets Groups Projects
Commit a2d8b91f authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Tests: mv .h file

parent 10632800
No related branches found
No related tags found
1 merge request!1210Reorganize directory structure of Tests/
#include "Sim/Fitting/FitObjective.h"
#include "Tests/GTestWrapper/google_test.h"
#include "Tests/Unit/FittingTestHelper.h"
#include "Tests/Unit/Sim/FittingTestHelper.h"
class FitObjectiveTest : public ::testing::Test {};
......
#ifndef BORNAGAIN_TESTS_UNIT_FITTINGTESTHELPER_H
#define BORNAGAIN_TESTS_UNIT_FITTINGTESTHELPER_H
#ifndef BORNAGAIN_TESTS_UNIT_SIM_FITTINGTESTHELPER_H
#define BORNAGAIN_TESTS_UNIT_SIM_FITTINGTESTHELPER_H
#include "Base/Axis/FixedBinAxis.h"
#include "Base/Const/Units.h"
......@@ -60,4 +60,4 @@ public:
size_t size() const { return m_nx * m_ny; }
};
#endif // BORNAGAIN_TESTS_UNIT_FITTINGTESTHELPER_H
#endif // BORNAGAIN_TESTS_UNIT_SIM_FITTINGTESTHELPER_H
#include "Sim/Fitting/SimDataPair.h"
#include "Tests/GTestWrapper/google_test.h"
#include "Tests/Unit/FittingTestHelper.h"
#include "Tests/Unit/Sim/FittingTestHelper.h"
#include <numeric>
class SimDataPairTest : public ::testing::Test {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment