Skip to content

Commit

Permalink
testing: add o.e.tc.datastore.core.tests to testing feature
Browse files Browse the repository at this point in the history
Commit e12b98a made o.e.tc.datastore.core.tests a plug-in instead of
a fragment. It needs to be part of the testing feature so that
downstream test plug-ins can successfully build.

Signed-off-by: Bernd Hufmann <[email protected]>
  • Loading branch information
bhufmann committed Oct 24, 2024
1 parent e7b95ff commit 0a0b76d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion releng/org.eclipse.tracecompass.testing/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
id="org.eclipse.tracecompass.ctf.parser.tests"
version="0.0.0"/>

<plugin
id="org.eclipse.tracecompass.datastore.core.tests"
version="0.0.0"/>

<plugin
id="org.eclipse.tracecompass.gdbtrace.core.tests"
version="0.0.0"/>
Expand Down Expand Up @@ -206,5 +210,4 @@
<plugin
id="org.eclipse.tracecompass.slf4j.binding.simple.properties"
version="0.0.0"/>

</feature>

0 comments on commit 0a0b76d

Please sign in to comment.