Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeneviève Bastien2019-02-25 20:39:22 +0000
committerGenevieve Bastien2019-02-26 20:00:56 +0000
commit0e6dedd54c753bad47267e74c3b8256d11407d77 (patch)
tree3e79d7e14bb978adcd3eb46923f0a86644f13b09
parent2b6547b3945393bcc17a554329c8189b8e75e197 (diff)
downloadorg.eclipse.tracecompass-0e6dedd54c753bad47267e74c3b8256d11407d77.tar.gz
org.eclipse.tracecompass-0e6dedd54c753bad47267e74c3b8256d11407d77.tar.xz
org.eclipse.tracecompass-0e6dedd54c753bad47267e74c3b8256d11407d77.zip
lttng: Add test files to binary
This is needed for performance tests to run properly Change-Id: I32a8ae639c187bbf4c6ef192bc1d09ca6a8d398c Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net> Reviewed-on: https://git.eclipse.org/r/137629 Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Tested-by: CI Bot
-rw-r--r--lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/build.properties b/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/build.properties
index a240ba8612..aca830b2e3 100644
--- a/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/build.properties
+++ b/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/build.properties
@@ -18,5 +18,6 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.properties,\
- about.html
+ about.html,\
+ testfiles/
src.includes = about.html

Back to the top