summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-18 00:01:59 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-18 00:01:59 (EDT)
commitb2614f433e429a707ea49faeb175601efc800479 (patch)
treea31953852a2386b40ae29e30fa951c441aebc081 /tests
parentee89505a95ef37dbd54106d905132756e760c1d5 (diff)
tests/pkg/: Add more files
Diffstat (limited to 'tests')
-rw-r--r--tests/pkg/README5
-rw-r--r--tests/pkg/bar.pkg/control6
-rw-r--r--tests/pkg/copyright1
-rw-r--r--tests/pkg/foo.pkg/control6
-rw-r--r--tests/pkg/foo.pkg/docs1
-rw-r--r--tests/pkg/substvars3
6 files changed, 22 insertions, 0 deletions
diff --git a/tests/pkg/README b/tests/pkg/README
new file mode 100644
index 0000000..4e8791e
--- /dev/null
+++ b/tests/pkg/README
@@ -0,0 +1,5 @@
+Frobnicator of Objects
+======================
+
+This is a frobnicator of objects. Conveniently, it also bit-bangs all
+registers.
diff --git a/tests/pkg/bar.pkg/control b/tests/pkg/bar.pkg/control
new file mode 100644
index 0000000..b0c05fa
--- /dev/null
+++ b/tests/pkg/bar.pkg/control
@@ -0,0 +1,6 @@
+Architecture: all
+Platform: all
+Description: Bit-bang All Registers
+ ${Common-Description}
+ .
+ This package assists in bit-banging all yer registers.
diff --git a/tests/pkg/copyright b/tests/pkg/copyright
new file mode 100644
index 0000000..b4d4b40
--- /dev/null
+++ b/tests/pkg/copyright
@@ -0,0 +1 @@
+Copyright (C) 2038 J. Random Hacker
diff --git a/tests/pkg/foo.pkg/control b/tests/pkg/foo.pkg/control
new file mode 100644
index 0000000..1ab7dd1
--- /dev/null
+++ b/tests/pkg/foo.pkg/control
@@ -0,0 +1,6 @@
+Architecture: any-linux-any
+Platform: all
+Description: Frobnicator of Objects
+ ${Common-Description}
+ .
+ This package provides a frobnicator of objects.
diff --git a/tests/pkg/foo.pkg/docs b/tests/pkg/foo.pkg/docs
new file mode 100644
index 0000000..ab59324
--- /dev/null
+++ b/tests/pkg/foo.pkg/docs
@@ -0,0 +1 @@
+../README README.upstream
diff --git a/tests/pkg/substvars b/tests/pkg/substvars
new file mode 100644
index 0000000..fbcb606
--- /dev/null
+++ b/tests/pkg/substvars
@@ -0,0 +1,3 @@
+Common-Description:
+ This is a frobnicator of objects. Conveniently, it also bit-bangs all
+ registers.