You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
435 B
16 lines
435 B
JAVA_PKG_BASENAME=foundation.pEp.pitytest.examples
|
|
JAVA_PKG_BASEPATH=foundation/pEp/pitytest/examples
|
|
JAVA_CWD=../../../../../
|
|
|
|
JAVA_CLASSES_PITYTEST= \
|
|
../../TestSuite.class \
|
|
../../TestUnit.class \
|
|
../../TestContextInterface.class \
|
|
../../AbstractTestContext.class \
|
|
../../TestLogger.class \
|
|
../../utils/TestUtils.class \
|
|
../../utils/Pair.class \
|
|
../../TestState.class \
|
|
../../TestResult.class
|
|
|
|
PITYTEST_DIR=../../
|
|
|