From 9cd654a82ee29c4757e005dd50148c2fc349767f Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 28 May 2020 15:39:21 +0200 Subject: [PATCH] Testframework add TestSuite --- .../pEp/jniadapter/test/framework/examples/Makefile.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/test/java/foundation/pEp/jniadapter/test/framework/examples/Makefile.conf b/test/java/foundation/pEp/jniadapter/test/framework/examples/Makefile.conf index d283ba8..4d0c988 100644 --- a/test/java/foundation/pEp/jniadapter/test/framework/examples/Makefile.conf +++ b/test/java/foundation/pEp/jniadapter/test/framework/examples/Makefile.conf @@ -4,6 +4,7 @@ JAVA_CWD=../../../../../../../ JAVA=java JAVA_CLASSES_FRAMEWORK= \ + ../../TestSuite.class \ ../../TestUnit.class \ ../../TestContextInterface.class \ ../../TestLogger.class \