summaryrefslogtreecommitdiff
path: root/unit-tests/archive.exp
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/archive.exp')
-rw-r--r--unit-tests/archive.exp13
1 files changed, 13 insertions, 0 deletions
diff --git a/unit-tests/archive.exp b/unit-tests/archive.exp
new file mode 100644
index 000000000000..a42b4f39e173
--- /dev/null
+++ b/unit-tests/archive.exp
@@ -0,0 +1,13 @@
+rm -f libprog.a
+ar cru libprog.a archive.mk modmisc.mk varmisc.mk
+ranlib libprog.a
+ar t libprog.a
+archive.mk
+modmisc.mk
+varmisc.mk
+list-archive-wildcard: archive.mk
+list-archive-wildcard: ternary.mk
+depend-on-existing-member
+`depend-on-nonexistent-member' is up to date.
+rm -f libprog.a
+exit status 0