From 78a7ad7826458820f7e0b5a8ced69bc049dc8972 Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 7 May 2020 01:17:33 +0200 Subject: [PATCH] Generally clean PER_USER_DIRECTORY (.pEp) before every testrun. --- test/java/foundation/pEp/jniadapter/test/basic/Makefile | 2 +- test/java/foundation/pEp/jniadapter/test/jni85/Makefile | 2 +- test/java/foundation/pEp/jniadapter/test/jni88/Makefile | 2 +- test/java/foundation/pEp/jniadapter/test/jni91/Makefile | 2 +- test/java/foundation/pEp/jniadapter/test/jni92/Makefile | 2 +- test/java/foundation/pEp/jniadapter/test/jni94/Makefile | 2 +- test/java/foundation/pEp/jniadapter/test/regression/Makefile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test/java/foundation/pEp/jniadapter/test/basic/Makefile b/test/java/foundation/pEp/jniadapter/test/basic/Makefile index 440b729..4d557f0 100644 --- a/test/java/foundation/pEp/jniadapter/test/basic/Makefile +++ b/test/java/foundation/pEp/jniadapter/test/basic/Makefile @@ -13,7 +13,7 @@ JAVA_CLASSES = \ all: compile $(MAKE) run -run: compile +run: compile clean-pep-home cd $(JAVA_CWD);HOME=$(JAVA_PEP_HOME_DIR) $(JAVA) $(JAVA_PKG_BASENAME).$(TEST_UNIT_NAME).TestMain compile: $(JAVA_CLASSES) diff --git a/test/java/foundation/pEp/jniadapter/test/jni85/Makefile b/test/java/foundation/pEp/jniadapter/test/jni85/Makefile index f8e455b..8b96ae7 100644 --- a/test/java/foundation/pEp/jniadapter/test/jni85/Makefile +++ b/test/java/foundation/pEp/jniadapter/test/jni85/Makefile @@ -13,7 +13,7 @@ JAVA_CLASSES = \ all: compile $(MAKE) run -run: compile +run: compile clean-pep-home cd $(JAVA_CWD);HOME=$(JAVA_PEP_HOME_DIR) $(JAVA) $(JAVA_PKG_BASENAME).$(TEST_UNIT_NAME).TestMain compile: $(JAVA_CLASSES) diff --git a/test/java/foundation/pEp/jniadapter/test/jni88/Makefile b/test/java/foundation/pEp/jniadapter/test/jni88/Makefile index 1bd434a..407b9f5 100644 --- a/test/java/foundation/pEp/jniadapter/test/jni88/Makefile +++ b/test/java/foundation/pEp/jniadapter/test/jni88/Makefile @@ -12,7 +12,7 @@ JAVA_CLASSES = \ all: compile $(MAKE) run -run: compile +run: compile clean-pep-home cd $(JAVA_CWD);HOME=$(JAVA_PEP_HOME_DIR) $(JAVA) $(JAVA_PKG_BASENAME).$(TEST_UNIT_NAME).TestMain compile: $(JAVA_CLASSES) diff --git a/test/java/foundation/pEp/jniadapter/test/jni91/Makefile b/test/java/foundation/pEp/jniadapter/test/jni91/Makefile index 78ee0da..0035de8 100644 --- a/test/java/foundation/pEp/jniadapter/test/jni91/Makefile +++ b/test/java/foundation/pEp/jniadapter/test/jni91/Makefile @@ -12,7 +12,7 @@ JAVA_CLASSES = \ all: compile $(MAKE) run -run: compile +run: compile clean-pep-home cd $(JAVA_CWD);HOME=$(JAVA_PEP_HOME_DIR) $(JAVA) $(JAVA_PKG_BASENAME).$(TEST_UNIT_NAME).TestMain compile: $(JAVA_CLASSES) diff --git a/test/java/foundation/pEp/jniadapter/test/jni92/Makefile b/test/java/foundation/pEp/jniadapter/test/jni92/Makefile index 452e73e..fac4197 100644 --- a/test/java/foundation/pEp/jniadapter/test/jni92/Makefile +++ b/test/java/foundation/pEp/jniadapter/test/jni92/Makefile @@ -13,7 +13,7 @@ JAVA_CLASSES = \ all: compile $(MAKE) run -run: compile +run: compile clean-pep-home cd $(JAVA_CWD);HOME=$(JAVA_PEP_HOME_DIR) $(JAVA) $(JAVA_PKG_BASENAME).$(TEST_UNIT_NAME).TestMain compile: $(JAVA_CLASSES) diff --git a/test/java/foundation/pEp/jniadapter/test/jni94/Makefile b/test/java/foundation/pEp/jniadapter/test/jni94/Makefile index e628c5f..d4cc4b4 100644 --- a/test/java/foundation/pEp/jniadapter/test/jni94/Makefile +++ b/test/java/foundation/pEp/jniadapter/test/jni94/Makefile @@ -12,7 +12,7 @@ JAVA_CLASSES = \ all: compile $(MAKE) run -run: compile +run: compile clean-pep-home cd $(JAVA_CWD);HOME=$(JAVA_PEP_HOME_DIR) $(JAVA) $(JAVA_PKG_BASENAME).$(TEST_UNIT_NAME).TestMain compile: $(JAVA_CLASSES) diff --git a/test/java/foundation/pEp/jniadapter/test/regression/Makefile b/test/java/foundation/pEp/jniadapter/test/regression/Makefile index 526525d..e02cf3a 100644 --- a/test/java/foundation/pEp/jniadapter/test/regression/Makefile +++ b/test/java/foundation/pEp/jniadapter/test/regression/Makefile @@ -12,7 +12,7 @@ JAVA_CLASSES = \ all: compile $(MAKE) run -run: compile +run: compile clean-pep-home cd $(JAVA_CWD);pwd;HOME=$(JAVA_PEP_HOME_DIR) $(JAVA) $(JAVA_PKG_BASENAME).$(TEST_UNIT_NAME).TestMain compile: $(JAVA_CLASSES)