summaryrefslogtreecommitdiff
path: root/integration-tests/autotools-test/expected/amhello/usr
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-10-14 19:05:12 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-10-14 21:05:41 +0900
commit183a9125fdfe7892d1c9bda59c3680537e928829 (patch)
tree18a4df409c4d12faaf731f594201073536d65314 /integration-tests/autotools-test/expected/amhello/usr
parentf613e7327761d8986c40b4b63db222ab60ca850c (diff)
downloadbuildstream-183a9125fdfe7892d1c9bda59c3680537e928829.tar.gz
Merging integration tests into buildstream proper.merging-integration-test
This fixes #96
Diffstat (limited to 'integration-tests/autotools-test/expected/amhello/usr')
-rwxr-xr-xintegration-tests/autotools-test/expected/amhello/usr/bin/hellobin0 -> 4400 bytes
-rw-r--r--integration-tests/autotools-test/expected/amhello/usr/lib/debug/hellobin0 -> 11112 bytes
-rw-r--r--integration-tests/autotools-test/expected/amhello/usr/share/doc/amhello/README2
3 files changed, 2 insertions, 0 deletions
diff --git a/integration-tests/autotools-test/expected/amhello/usr/bin/hello b/integration-tests/autotools-test/expected/amhello/usr/bin/hello
new file mode 100755
index 000000000..16a0c7cb6
--- /dev/null
+++ b/integration-tests/autotools-test/expected/amhello/usr/bin/hello
Binary files differ
diff --git a/integration-tests/autotools-test/expected/amhello/usr/lib/debug/hello b/integration-tests/autotools-test/expected/amhello/usr/lib/debug/hello
new file mode 100644
index 000000000..b3720a2b1
--- /dev/null
+++ b/integration-tests/autotools-test/expected/amhello/usr/lib/debug/hello
Binary files differ
diff --git a/integration-tests/autotools-test/expected/amhello/usr/share/doc/amhello/README b/integration-tests/autotools-test/expected/amhello/usr/share/doc/amhello/README
new file mode 100644
index 000000000..d24723a81
--- /dev/null
+++ b/integration-tests/autotools-test/expected/amhello/usr/share/doc/amhello/README
@@ -0,0 +1,2 @@
+This is a demonstration package for GNU Automake.
+Type `info Automake' to read the Automake manual.