Skip to content

Commit

Permalink
Re #11754 Clang format to unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalvarezbanos committed May 15, 2015
1 parent 6a7064a commit e68a651
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Code/Mantid/Build/class_maker.py
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions Code/Mantid/Framework/Algorithms/CMakeLists.txt
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e68a651

Please sign in to comment.