diff options
author | Stefan Walter <stefw@src.gnome.org> | 2008-08-28 03:11:52 +0000 |
---|---|---|
committer | Stefan Walter <stefw@src.gnome.org> | 2008-08-28 03:11:52 +0000 |
commit | 746492dcdad6b8da0eeceadbfa06c3636b91448a (patch) | |
tree | b40a702282388c403fa2a25ce3ab2f6c57132a0f /tests | |
parent | a9306b64edcd8a220a38382850e3a9799c302760 (diff) | |
download | gnome-keyring-746492dcdad6b8da0eeceadbfa06c3636b91448a.tar.gz |
Run right files
svn path=/trunk/; revision=1279
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index baad477e..2c35aff9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -55,7 +55,7 @@ test_keyring_two_LDADD = \ run: run-auto run-auto: - sh run-tests.sh $(top_srcdir) test-auto + sh run-tests.sh $(top_srcdir) run-auto-test run-prompt: - sh run-tests.sh $(top_srcdir) test-auto + sh run-tests.sh $(top_srcdir) run-prompt-test |