mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: uniform 'Test-' prefix for all applications/test
- easier to clean, avoid confusion with 'real' applications, etc.
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
Test-passiveParticle.C
|
||||
|
||||
passiveParticleTest.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/passiveParticleTest
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-passiveParticle
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
EXE_INC = \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||
-I$(LIB_SRC)/lagrangian/basic/lnInclude
|
||||
|
||||
|
||||
Reference in New Issue
Block a user