mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-11 13:41:53 +01:00
363a437347
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
24 lines
799 B
Plaintext
24 lines
799 B
Plaintext
-standalone: \
|
|
../../bom/runtime-index/target/index.xml;name="org.openhab.core.bom.runtime-index",\
|
|
../../bom/test-index/target/index.xml;name="org.openhab.core.bom.test-index",\
|
|
../../bom/openhab-core-index/target/local-index.xml;name="org.openhab.core.bom.openhab-core-index",\
|
|
target/index.xml;name="self"
|
|
|
|
-resolve.effective: active
|
|
|
|
# Run all integration tests which are named xyzTest
|
|
Test-Cases: ${classes;CONCRETE;PUBLIC;NAMED;*Test}
|
|
|
|
# A temporary inclusion until an R7 framework is available
|
|
Import-Package: org.osgi.framework.*;version="[1.8,2)",*
|
|
|
|
# Used by Objenesis/Mockito and not actually optional
|
|
-runsystempackages: sun.reflect
|
|
|
|
-runfw: org.eclipse.osgi
|
|
-runee: JavaSE-1.8
|
|
|
|
# The integration test itself does not export anything.
|
|
Export-Package:
|
|
-exportcontents:
|