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

mv NewStd -> Std

parent 9c454d8d
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ include(GoogleTest) # provides gtest_discover_tests
set(test TestCoreStd)
file(GLOB source_files "*.cpp" "../../NewStd/Run.cpp")
file(GLOB source_files "*.cpp" "../../Std/Run.cpp")
add_executable(${test} ${source_files} ${CMAKE_SOURCE_DIR}/Tests/GTestWrapper/TestAll.cpp)
target_include_directories(${test} PUBLIC
......
......@@ -12,5 +12,5 @@
//
// ************************************************************************** //
#include "Tests/Functional/NewStd/Run.h"
#include "Tests/Functional/NewStd/StandardTests.h" // contains macros that are executed by gtest
#include "Tests/Functional/Std/Run.h"
#include "Tests/Functional/Std/StandardTests.h" // contains macros that are executed by gtest
......@@ -2,7 +2,7 @@ include(GoogleTest) # provides gtest_discover_tests
set(test TestGuiStd)
file(GLOB source_files "*.cpp" "../../NewStd/Run.cpp")
file(GLOB source_files "*.cpp" "../../Std/Run.cpp")
add_executable(${test} ${source_files} ${CMAKE_SOURCE_DIR}/Tests/GTestWrapper/TestAll.cpp)
target_include_directories(${test} PUBLIC
......
......@@ -12,7 +12,7 @@
//
// ************************************************************************** //
#include "Tests/Functional/NewStd/Run.h"
#include "Tests/Functional/Std/Run.h"
#define GUI_STD_TEST
#include "Tests/Functional/NewStd/StandardTests.h" // contains macros that are executed by gtest
#include "Tests/Functional/Std/StandardTests.h" // contains macros that are executed by gtest
......@@ -2,7 +2,7 @@ include(GoogleTest) # provides gtest_discover_tests
set(test TestPyStd)
file(GLOB source_files "*.cpp" "../../NewStd/Run.cpp")
file(GLOB source_files "*.cpp" "../../Std/Run.cpp")
add_executable(${test} ${source_files} ${CMAKE_SOURCE_DIR}/Tests/GTestWrapper/TestAll.cpp)
target_include_directories(${test} PUBLIC
......
......@@ -12,7 +12,7 @@
//
// ************************************************************************** //
#include "Tests/Functional/NewStd/Run.h"
#include "Tests/Functional/Std/Run.h"
#define PYTHON_STD_TEST
#include "Tests/Functional/NewStd/StandardTests.h" // contains macros that are executed by gtest
#include "Tests/Functional/Std/StandardTests.h" // contains macros that are executed by gtest
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit scattering at grazing incidence
//
//! @file Tests/Functional/NewStd/Run.cpp
//! @file Tests/Functional/Std/Run.cpp
//! @brief Implements function run for use in standard tests.
//!
//! @homepage http://www.bornagainproject.org
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit scattering at grazing incidence
//
//! @file Tests/Functional/NewStd/Run.h
//! @file Tests/Functional/Std/Run.h
//! @brief Declares function run for use in standard tests.
//!
//! @homepage http://www.bornagainproject.org
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit scattering at grazing incidence
//
//! @file Tests/Functional/NewStd/StandardTests.h
//! @file Tests/Functional/Std/StandardTests.h
//! @brief Implements class StandardTestCatalog.
//!
//! @homepage http://www.bornagainproject.org
......
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