diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:07 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:07 +0000 |
commit | 784202a271ae7e303aacbe226bb87fed50a16f81 (patch) | |
tree | 8b0696961e80d02cf4925d709306f6e2a18b944a /test/makefile | |
parent | 874ef47da1ad239cd661c0ec79a02303994882ad (diff) |
SHA-1 hashing algorithm
Author: jgg
Date: 2001-03-06 05:03:49 GMT
SHA-1 hashing algorithm
Diffstat (limited to 'test/makefile')
-rw-r--r-- | test/makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/makefile b/test/makefile index e3b2ac524..541f23834 100644 --- a/test/makefile +++ b/test/makefile @@ -56,3 +56,9 @@ SLIBS = -lapt-pkg -lapt-inst SOURCE = extract-control.cc include $(PROGRAM_H) +# Program for testing hashes +PROGRAM=hash +SLIBS = -lapt-pkg +SOURCE = hash.cc +include $(PROGRAM_H) + |