STYLE: some test apps compiling into wrong location (issue #876)

This commit is contained in:
Mark Olesen
2018-06-27 10:31:35 +02:00
parent 3bc35220b0
commit be07fc9bbe
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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