mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: some test apps compiling into wrong location (issue #876)
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
Test-checkDecomposePar.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/Test-checkDecomposePar
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-checkDecomposePar
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
Test-surfaceMeshConvert.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/Test-surfaceMeshConvert
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-surfaceMeshConvert
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
Test-surfaceReading.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/Test-surfaceReading
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-surfaceReading
|
||||
|
||||
Reference in New Issue
Block a user