From c843a3a30e519ad1e62ed987ee15cb9859b681eb Mon Sep 17 00:00:00 2001 From: heck Date: Sun, 13 Sep 2020 14:45:12 +0200 Subject: [PATCH] Tests: Add speedtest 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 5d18cf1..6271115 100644 --- a/test/java/foundation/pEp/jniadapter/test/Makefile +++ b/test/java/foundation/pEp/jniadapter/test/Makefile @@ -7,6 +7,7 @@ run: compile $(MAKE) -C templateAliceBob run $(MAKE) -C basic run $(MAKE) -C regression run + $(MAKE) -C speedtest run $(MAKE) -C jni88 run $(MAKE) -C jni91 run $(MAKE) -C jni92 run @@ -23,6 +24,7 @@ compile: $(MAKE) -C templateAliceBob compile $(MAKE) -C basic compile $(MAKE) -C regression compile + $(MAKE) -C speedtest compile $(MAKE) -C jni88 compile $(MAKE) -C jni91 compile $(MAKE) -C jni92 compile @@ -39,6 +41,7 @@ clean: $(MAKE) -C templateAliceBob clean $(MAKE) -C basic clean $(MAKE) -C regression clean + $(MAKE) -C speedtest clean $(MAKE) -C jni88 clean $(MAKE) -C jni91 clean $(MAKE) -C jni92 clean