summaryrefslogtreecommitdiff
path: root/tests.build/build-system-autotools.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests.build/build-system-autotools.script')
-rwxr-xr-xtests.build/build-system-autotools.script5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests.build/build-system-autotools.script b/tests.build/build-system-autotools.script
index 936fa490..710a8f98 100755
--- a/tests.build/build-system-autotools.script
+++ b/tests.build/build-system-autotools.script
@@ -46,3 +46,8 @@ git commit --quiet -m "Convert hello to an autotools project"
"$SRCDIR/scripts/test-morph" build-morphology \
test:morphs-repo master hello-system
+
+for chunk in "$DATADIR/cache/artifacts/"*.chunk.*
+do
+ tar -tf "$chunk"
+done | LC_ALL=C sort -u | sed '/^\.\/./s:^\./::' | grep -Ee '^(bin|etc)'