STYLE: uniform 'Test-' prefix for all applications/test

- easier to clean, avoid confusion with 'real' applications, etc.
This commit is contained in:
Mark Olesen
2010-11-23 16:26:04 +01:00
parent e5cf4f093e
commit 499d48cfdb
225 changed files with 215 additions and 272 deletions

View File

@ -1,4 +1,3 @@
Test-CompactIOList.C
testCompactIOList.C EXE = $(FOAM_USER_APPBIN)/Test-CompactIOList
EXE = $(FOAM_APPBIN)/CompactIOList

View File

@ -1,3 +1,3 @@
CompactListListTest.C Test-CompactListList.C
EXE = $(FOAM_USER_APPBIN)/CompactListListTest EXE = $(FOAM_USER_APPBIN)/Test-CompactListList

View File

@ -1,3 +1,3 @@
DLListTest.C Test-DLList.C
EXE = $(FOAM_USER_APPBIN)/DLListTest EXE = $(FOAM_USER_APPBIN)/Test-DLList

View File

@ -1,3 +1,3 @@
DictionaryTest.C Test-Dictionary.C
EXE = $(FOAM_USER_APPBIN)/DictionaryTest EXE = $(FOAM_USER_APPBIN)/Test-Dictionary

View File

@ -1,3 +1,3 @@
DynamicFieldTest.C Test-DynamicField.C
EXE = $(FOAM_USER_APPBIN)/DynamicFieldTest EXE = $(FOAM_USER_APPBIN)/Test-DynamicField

View File

@ -1,4 +1,3 @@
Test-DynamicList.C
DynamicListTest.C EXE = $(FOAM_USER_APPBIN)/Test-DynamicList
EXE = $(FOAM_USER_APPBIN)/DynamicListTest

View File

@ -1,3 +1,3 @@
FieldTest.C Test-Field.C
SEXE = $(FOAM_USER_APPBIN)/FieldTest EXE = $(FOAM_USER_APPBIN)/Test-Field

View File

@ -1,4 +1,4 @@
#include "testField.H" #include "Test-Field.H"
int main() int main()
{ {

View File

@ -56,4 +56,3 @@ inline Vector<C> operator+(const Vector<C>& v1, const Vector<C>& v2)
{ {
return Vector<C>(v1.X+v2.X, v1.Y+v2.Y); return Vector<C>(v1.X+v2.X, v1.Y+v2.Y);
} }

View File

@ -1,3 +1,3 @@
FixedListTest.C Test-FixedList.C
EXE = $(FOAM_USER_APPBIN)/FixedListTest EXE = $(FOAM_USER_APPBIN)/Test-FixedList

View File

@ -1,3 +1,3 @@
hashPtrTableTest.C Test-hashPtrTable.C
EXE = $(FOAM_USER_APPBIN)/hashPtrTableTest EXE = $(FOAM_USER_APPBIN)/Test-hashPtrTable

View File

@ -1,3 +1,3 @@
hashSetTest.C Test-hashSet.C
EXE = $(FOAM_USER_APPBIN)/hashSetTest EXE = $(FOAM_USER_APPBIN)/Test-hashSet

View File

@ -1,3 +1,3 @@
hashTableTest.C Test-hashTable.C
EXE = $(FOAM_USER_APPBIN)/hashTableTest EXE = $(FOAM_USER_APPBIN)/Test-hashTable

View File

@ -1,3 +1,3 @@
testHashing.C Test-Hashing.C
EXE = $(FOAM_USER_APPBIN)/testHashing EXE = $(FOAM_USER_APPBIN)/Test-Hashing

View File

@ -1,3 +1,3 @@
testHashingSpeed.C Test-HashingSpeed.C
EXE = $(FOAM_USER_APPBIN)/testHashingSpeed EXE = $(FOAM_USER_APPBIN)/Test-HashingSpeed

View File

@ -1,3 +1,3 @@
ISLListTest.C Test-ISLList.C
EXE = $(FOAM_USER_APPBIN)/ISLListTest EXE = $(FOAM_USER_APPBIN)/Test-ISLList

View File

@ -1,3 +1,3 @@
IStringStreamTest.C Test-IStringStream.C
EXE = $(FOAM_USER_APPBIN)/IStringStreamTest EXE = $(FOAM_USER_APPBIN)/Test-IStringStream

View File

@ -1,4 +1,3 @@
Test-IndirectList.C
IndirectListTest.C EXE = $(FOAM_USER_APPBIN)/Test-IndirectList
EXE = $(FOAM_USER_APPBIN)/IndirectListTest

View File

@ -1,3 +0,0 @@
LduMatrixTest3.C
EXE = $(FOAM_USER_APPBIN)/LduMatrixTest

View File

@ -1,18 +0,0 @@
#include "List.H"
#include "scalar.H"
using namespace Foam;
void func
(
List<scalar>& l1,
const List<scalar>& l2,
const List<label>& a1,
const List<label>& a2
)
{
forAll(l1, i)
{
l1[a1[i]] -= l2[a2[i]];
}
}

View File

@ -1,4 +1,3 @@
ListTest.C Test-List.C
ListLoop.C
EXE = $(FOAM_USER_APPBIN)/ListTest EXE = $(FOAM_USER_APPBIN)/Test-List

View File

@ -1,4 +1,3 @@
Test-Map.C
MapTest.C EXE = $(FOAM_USER_APPBIN)/Test-Map
EXE = $(FOAM_USER_APPBIN)/MapTest

View File

@ -1,3 +1,3 @@
MatrixTest.C Test-Matrix.C
EXE = $(FOAM_USER_APPBIN)/MatrixTest EXE = $(FOAM_USER_APPBIN)/Test-Matrix

View File

@ -1,3 +1,3 @@
namedEnumTest.C Test-namedEnum.C
EXE = $(FOAM_USER_APPBIN)/NamedEnum EXE = $(FOAM_USER_APPBIN)/NamedEnum

View File

@ -0,0 +1,3 @@
Test-ODE.C
EXE = $(FOAM_USER_APPBIN)/Test-ODE

View File

@ -1,3 +1,2 @@
EXE_INC = -I$(LIB_SRC)/ODE/lnInclude EXE_INC = -I$(LIB_SRC)/ODE/lnInclude
EXE_LIBS = -lODE EXE_LIBS = -lODE

View File

@ -1,3 +0,0 @@
ODETest.C
EXE = $(FOAM_USER_APPBIN)/ODETest

View File

@ -1,3 +1,3 @@
OStringStreamTest.C Test-OStringStream.C
EXE = $(FOAM_USER_APPBIN)/OStringStreamTest EXE = $(FOAM_USER_APPBIN)/Test-OStringStream

View File

@ -1,2 +1,2 @@
POSIXTest.C Test-POSIX.C
EXE = $(FOAM_USER_APPBIN)/POSIXTest EXE = $(FOAM_USER_APPBIN)/Test-POSIX

View File

@ -1,3 +1,3 @@
PackedListTest.C Test-PackedList.C
EXE = $(FOAM_USER_APPBIN)/PackedListTest EXE = $(FOAM_USER_APPBIN)/Test-PackedList

View File

@ -114,21 +114,6 @@ int main(int argc, char *argv[])
reportInfo<14>(); reportInfo<14>();
reportInfo<15>(); reportInfo<15>();
reportInfo<16>(); reportInfo<16>();
reportInfo<17>();
reportInfo<18>();
reportInfo<19>();
reportInfo<20>();
reportInfo<21>();
reportInfo<22>();
reportInfo<23>();
reportInfo<24>();
reportInfo<25>();
reportInfo<26>();
reportInfo<27>();
reportInfo<28>();
reportInfo<29>();
reportInfo<30>();
reportInfo<31>();
return 0; return 0;
} }

View File

@ -1,3 +1,3 @@
PackedListTest1.C Test-PackedList1.C
EXE = $(FOAM_USER_APPBIN)/PackedListTest1 EXE = $(FOAM_USER_APPBIN)/Test-PackedList1

View File

@ -1,3 +1,3 @@
PackedListTest2.C Test-PackedList2.C
EXE = $(FOAM_USER_APPBIN)/PackedListTest2 EXE = $(FOAM_USER_APPBIN)/Test-PackedList2

View File

@ -1,3 +1,3 @@
PackedListTest3.C Test-PackedList3.C
EXE = $(FOAM_USER_APPBIN)/PackedListTest3 EXE = $(FOAM_USER_APPBIN)/Test-PackedList3

View File

@ -1,3 +1,3 @@
PackedListTest4.C Test-PackedList4.C
EXE = $(FOAM_USER_APPBIN)/PackedListTest4 EXE = $(FOAM_USER_APPBIN)/Test-PackedList4

View File

@ -0,0 +1,3 @@
Test-PointEdgeWave.C
EXE = $(FOAM_USER_APPBIN)/Test-PointEdgeWave

View File

@ -3,4 +3,3 @@ EXE_INC = \
EXE_LIBS = \ EXE_LIBS = \
-lmeshTools -lmeshTools

View File

@ -1,3 +1,3 @@
PolynomialTest.C Test-Polynomial.C
EXE = $(FOAM_USER_APPBIN)/PolynomialTest EXE = $(FOAM_USER_APPBIN)/Test-Polynomial

View File

@ -1,3 +1,3 @@
PtrListTest.C Test-PtrList.C
EXE = $(FOAM_USER_APPBIN)/PtrListTest EXE = $(FOAM_USER_APPBIN)/Test-PtrList

View File

@ -1,3 +1,3 @@
SLListTest.C Test-SLList.C
EXE = $(FOAM_USER_APPBIN)/SLListTest EXE = $(FOAM_USER_APPBIN)/Test-SLList

View File

@ -1,3 +1,3 @@
staticHashTableTest.C Test-staticHashTable.C
EXE = $(FOAM_APPBIN)/staticHashTableTest EXE = $(FOAM_USER_APPBIN)/Test-staticHashTable

View File

@ -1,3 +1,3 @@
Tuple2Test.C Test-Tuple2.C
EXE = $(FOAM_USER_APPBIN)/Tuple2Test EXE = $(FOAM_USER_APPBIN)/Test-Tuple2

View File

@ -1,3 +1,3 @@
UDictionaryTest.C Test-UDictionary.C
EXE = $(FOAM_USER_APPBIN)/UDictionaryTest EXE = $(FOAM_USER_APPBIN)/Test-UDictionary

View File

@ -0,0 +1,3 @@
Test-UIndirectList.C
EXE = $(FOAM_USER_APPBIN)/Test-UIndirectList

View File

@ -1,3 +0,0 @@
UIndirectListTest.C
EXE = $(FOAM_USER_APPBIN)/UIndirectListTest

View File

@ -1,8 +1,8 @@
allocTest.C Test-alloc.C
/* /*
newTest.C Test-new.C
mallocTest.C Test-malloc.C
test.C Test.C
*/ */
SEXE = $(FOAM_USER_APPBIN)/allocTest EXE = $(FOAM_USER_APPBIN)/Test-alloc

View File

@ -1,3 +1,3 @@
callbackTest.C Test-callback.C
EXE = $(FOAM_USER_APPBIN)/callbackTest EXE = $(FOAM_USER_APPBIN)/Test-callback

View File

@ -1,3 +1,3 @@
cyclicTest.C Test-cyclic.C
EXE = $(FOAM_USER_APPBIN)/cyclicTest EXE = $(FOAM_USER_APPBIN)/Test-cyclic

View File

@ -60,4 +60,3 @@ int main(int argc, char *argv[])
// ************************************************************************* // // ************************************************************************* //

View File

@ -1,3 +1,3 @@
testDataEntry.C Test-DataEntry.C
EXE = $(FOAM_USER_APPBIN)/testDataEntry EXE = $(FOAM_USER_APPBIN)/Test-DataEntry

View File

@ -1,4 +0,0 @@
testTable.C
EXE=$(FOAM_USER_APPBIN)/testTable

View File

@ -1,3 +1,3 @@
deleteTest.C Test-delete.C
EXE = $(FOAM_USER_APPBIN)/deleteTest EXE = $(FOAM_USER_APPBIN)/Test-delete

View File

@ -61,4 +61,3 @@ int main()
// ************************************************************************* // // ************************************************************************* //

View File

@ -1,3 +1,3 @@
dictionaryTest.C Test-dictionary.C
EXE = $(FOAM_USER_APPBIN)/dictionaryTest EXE = $(FOAM_USER_APPBIN)/Test-dictionary

View File

@ -1,4 +1,3 @@
Test-dimensionedType.C
dimensionedTypeTest.C
EXE = $(FOAM_USER_APPBIN)/dimensionedType EXE = $(FOAM_USER_APPBIN)/dimensionedType

View File

@ -1,4 +1,3 @@
Test-DirectMappedPatch.C
testDirectMappedPatch.C EXE = $(FOAM_USER_APPBIN)/Test-DirectMappedPatch
EXE = $(FOAM_USER_APPBIN)/testDirectMappedPatch

Some files were not shown because too many files have changed in this diff Show More