STYLE: adjust executable names for some tests
This commit is contained in:
parent
ad4b155302
commit
129695a950
@ -1,3 +1,3 @@
|
||||
DistributionTest.C
|
||||
Test-Distribution.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-DistributionTest
|
||||
|
@ -22,7 +22,7 @@ License
|
||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Application
|
||||
DistributionTest
|
||||
Test-Distribution
|
||||
|
||||
Description
|
||||
Test the Distribution class
|
@ -1,3 +1,3 @@
|
||||
hashTableTest2.C
|
||||
Test-HashTable2.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/hashTableTest2
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-HashTable2
|
||||
|
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2004-2010 OpenCFD Ltd.
|
||||
\\ / A nd | Copyright (C) 2004-2011 OpenCFD Ltd.
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -22,6 +22,7 @@ License
|
||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Description
|
||||
Miscellaneous tests for HashTable
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
@ -1,3 +1,3 @@
|
||||
hashTableTest3.C
|
||||
Test-HashTable3.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/hashTableTest3
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-HashTable3
|
||||
|
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd.
|
||||
\\ / A nd | Copyright (C) 2009-2011 OpenCFD Ltd.
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -22,7 +22,6 @@ License
|
||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Description
|
||||
|
||||
Test speeds for some HashTable operations
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
@ -1,3 +1,3 @@
|
||||
Test-namedEnum.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/NamedEnum
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-NamedEnum
|
||||
|
@ -1,3 +1,3 @@
|
||||
Test-dimensionedType.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/dimensionedType
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-dimensionedType
|
||||
|
@ -1,2 +1,2 @@
|
||||
Test-pTraits.C
|
||||
EXE = $(FOAM_USER_APPBIN)/pTraits
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-pTraits
|
||||
|
@ -1,3 +1,3 @@
|
||||
Test-simpleMatrix.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/simpleMatrix
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-simpleMatrix
|
||||
|
Loading…
Reference in New Issue
Block a user