diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-24 11:05:34 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-24 11:05:34 +0000 |
commit | ca8ce396bb110306bd14589b32735fa591527aa6 (patch) | |
tree | b12aa960fc2d9d347d288a7548e66adc60294666 | |
parent | d4d2102abbb90b6285776dbed61b9e3334f8cf71 (diff) |
fix torture target
Original commit message from CVS:
fix torture target
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ddee4328..8f909752 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,4 +56,4 @@ check-valgrind: cd check && make check-valgrind check-torture: - cd check && make check-torture + cd check && make torture |