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.script13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests.build/build-system-autotools.script b/tests.build/build-system-autotools.script
index 936fa490..7ecb31be 100755
--- a/tests.build/build-system-autotools.script
+++ b/tests.build/build-system-autotools.script
@@ -46,3 +46,16 @@ git commit --quiet -m "Convert hello to an autotools project"
"$SRCDIR/scripts/test-morph" build-morphology \
test:morphs-repo master hello-system
+
+cd "$DATADIR"
+"$SRCDIR/scripts/test-morph" init workspace
+cd "$DATADIR/workspace"
+"$SRCDIR/scripts/test-morph" checkout test:morphs-repo master
+cd "$DATADIR/workspace/master/test/morphs-repo"
+
+refs=`"$SRCDIR/scripts/test-morph" query-cache hello-system.morph hello`
+for ref in $refs
+do
+ ostree --repo="$DATADIR/cache/artifacts/repo" checkout --fsync=false "$ref" "$DATADIR/$ref"
+ find $DATADIR/$ref/* | sed "s:^$DATADIR/$ref/::"
+done | LC_ALL=C sort -u | sed '/^\.\/./s:^\./::' | grep -Ee '^(bin|etc)'