From 88f47ec6f161d00665b01fa7dd040e0c582e7fd2 Mon Sep 17 00:00:00 2001
From: Mark Olesen <Mark.Olesen@esi-group.com>
Date: Wed, 27 Jun 2018 10:31:35 +0200
Subject: [PATCH] STYLE: some test apps compiling into wrong location (issue
 #876)

---
 applications/test/checkDecomposePar/Make/files  | 2 +-
 applications/test/surfaceMeshConvert/Make/files | 2 +-
 applications/test/surfaceReading/Make/files     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/applications/test/checkDecomposePar/Make/files b/applications/test/checkDecomposePar/Make/files
index 512f2b1736..28f156102e 100644
--- a/applications/test/checkDecomposePar/Make/files
+++ b/applications/test/checkDecomposePar/Make/files
@@ -1,3 +1,3 @@
 Test-checkDecomposePar.C
 
-EXE = $(FOAM_APPBIN)/Test-checkDecomposePar
+EXE = $(FOAM_USER_APPBIN)/Test-checkDecomposePar
diff --git a/applications/test/surfaceMeshConvert/Make/files b/applications/test/surfaceMeshConvert/Make/files
index 91a99b3fef..83c85dc6f7 100644
--- a/applications/test/surfaceMeshConvert/Make/files
+++ b/applications/test/surfaceMeshConvert/Make/files
@@ -1,3 +1,3 @@
 Test-surfaceMeshConvert.C
 
-EXE = $(FOAM_APPBIN)/Test-surfaceMeshConvert
+EXE = $(FOAM_USER_APPBIN)/Test-surfaceMeshConvert
diff --git a/applications/test/surfaceReading/Make/files b/applications/test/surfaceReading/Make/files
index 60efef416d..f908f3f45d 100644
--- a/applications/test/surfaceReading/Make/files
+++ b/applications/test/surfaceReading/Make/files
@@ -1,3 +1,3 @@
 Test-surfaceReading.C
 
-EXE = $(FOAM_APPBIN)/Test-surfaceReading
+EXE = $(FOAM_USER_APPBIN)/Test-surfaceReading
-- 
GitLab