From 6346f86484cc07256463aa60049907103fafdea5 Mon Sep 17 00:00:00 2001 From: heck Date: Sun, 13 Sep 2020 21:29:43 +0200 Subject: [PATCH] Test: JNI-118 added to main test Makefile --- test/java/foundation/pEp/jniadapter/test/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/java/foundation/pEp/jniadapter/test/Makefile b/test/java/foundation/pEp/jniadapter/test/Makefile index 6271115..f2dd0b5 100644 --- a/test/java/foundation/pEp/jniadapter/test/Makefile +++ b/test/java/foundation/pEp/jniadapter/test/Makefile @@ -18,6 +18,7 @@ run: compile $(MAKE) -C jni111 run $(MAKE) -C jni114 run $(MAKE) -C jni115 run + $(MAKE) -C jni118 run compile: $(MAKE) -C templateAlice compile @@ -35,6 +36,7 @@ compile: $(MAKE) -C jni111 compile $(MAKE) -C jni114 compile $(MAKE) -C jni115 compile + $(MAKE) -C jni118 compile clean: $(MAKE) -C templateAlice clean @@ -52,6 +54,7 @@ clean: $(MAKE) -C jni111 clean $(MAKE) -C jni114 clean $(MAKE) -C jni115 clean + $(MAKE) -C jni118 clean clean-pep-home: $(MAKE) -C basic clean-pep-home