summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-04-24 00:11:32 +0000
committerRuss Allbery <rra@stanford.edu>2008-04-24 00:11:32 +0000
commitc052d71301f282eec999216c0f846a345f9e1b33 (patch)
tree8771ab2f3910782f2b402cbe9f45c8f5f5da7307 /configure.ac
parent5bf2d6b32645752ccf7dfa1143a1fb7d63739e5d (diff)
Add a test suite for wallet -u.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 708d5d4..ebff04f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,6 +64,7 @@ AC_CONFIG_FILES([Makefile perl/Makefile.PL tests/data/full.conf])
AC_CONFIG_FILES([tests/client/basic-t], [chmod +x tests/client/basic-t])
AC_CONFIG_FILES([tests/client/full-t], [chmod +x tests/client/full-t])
AC_CONFIG_FILES([tests/client/pod-t], [chmod +x tests/client/pod-t])
+AC_CONFIG_FILES([tests/client/prompt-t], [chmod +x tests/client/prompt-t])
AC_CONFIG_FILES([tests/data/cmd-wrapper], [chmod +x tests/data/cmd-wrapper])
AC_CONFIG_FILES([tests/kasetkey/basic-t], [chmod +x tests/kasetkey/basic-t])
AC_CONFIG_FILES([tests/server/admin-t], [chmod +x tests/server/admin-t])