From e68a6515f322438c1104964cde82ef6c3ebb309d Mon Sep 17 00:00:00 2001 From: Raquel Alvarez Banos Date: Fri, 15 May 2015 08:46:55 +0100 Subject: [PATCH] Re #11754 Clang format to unit test --- Code/Mantid/Build/class_maker.py | 3 +-- Code/Mantid/Framework/Algorithms/CMakeLists.txt | 6 ++++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Code/Mantid/Build/class_maker.py b/Code/Mantid/Build/class_maker.py index 33701b67ba55..311ca00521f4 100755 --- a/Code/Mantid/Build/class_maker.py +++ b/Code/Mantid/Build/class_maker.py @@ -241,8 +241,7 @@ def write_test(subproject, classname, filename, args): using Mantid::%s::%s; using namespace Mantid::API; -class %sTest : public CxxTest::TestSuite -{ +class %sTest : public CxxTest::TestSuite { public: // This pair of boilerplate methods prevent the suite being created statically // This means the constructor isn't called when running other tests diff --git a/Code/Mantid/Framework/Algorithms/CMakeLists.txt b/Code/Mantid/Framework/Algorithms/CMakeLists.txt index 998032e0216a..70638a75a6aa 100644 --- a/Code/Mantid/Framework/Algorithms/CMakeLists.txt +++ b/Code/Mantid/Framework/Algorithms/CMakeLists.txt @@ -244,7 +244,9 @@ set ( SRC_FILES src/SumSpectra.cpp src/TOFSANSResolution.cpp src/TOFSANSResolutionByPixel.cpp + src/TestAlg.cpp src/Transpose.cpp + src/Ttest.cpp src/UnGroupWorkspace.cpp src/UnaryOperation.cpp src/UnwrapMonitor.cpp @@ -505,7 +507,9 @@ set ( INC_FILES inc/MantidAlgorithms/SumSpectra.h inc/MantidAlgorithms/TOFSANSResolution.h inc/MantidAlgorithms/TOFSANSResolutionByPixel.h + inc/MantidAlgorithms/TestAlg.h inc/MantidAlgorithms/Transpose.h + inc/MantidAlgorithms/Ttest.h inc/MantidAlgorithms/UnGroupWorkspace.h inc/MantidAlgorithms/UnaryOperation.h inc/MantidAlgorithms/UnwrapMonitor.h @@ -752,7 +756,9 @@ set ( TEST_FILES SumRowColumnTest.h SumSpectraTest.h TOFSANSResolutionByPixelTest.h + TestAlgTest.h TransposeTest.h + TtestTest.h UnGroupWorkspaceTest.h UnaryOperationTest.h UnwrapSNSTest.h