summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/repotest/packages/A/meta
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/repotest/packages/A/meta')
-rw-r--r--tests/auto/tools/repotest/packages/A/meta/package.xml9
-rw-r--r--tests/auto/tools/repotest/packages/A/meta/script1.0.0.qs3
2 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/tools/repotest/packages/A/meta/package.xml b/tests/auto/tools/repotest/packages/A/meta/package.xml
new file mode 100644
index 000000000..8383b10c7
--- /dev/null
+++ b/tests/auto/tools/repotest/packages/A/meta/package.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Package>
+ <DisplayName>A</DisplayName>
+ <Description>Example component A</Description>
+ <Version>1.0.0</Version>
+ <ReleaseDate>2020-01-01</ReleaseDate>
+ <Default>true</Default>
+ <Script>script1.0.0.qs</Script>
+</Package>
diff --git a/tests/auto/tools/repotest/packages/A/meta/script1.0.0.qs b/tests/auto/tools/repotest/packages/A/meta/script1.0.0.qs
new file mode 100644
index 000000000..addf3329a
--- /dev/null
+++ b/tests/auto/tools/repotest/packages/A/meta/script1.0.0.qs
@@ -0,0 +1,3 @@
+function Component()
+{
+}