diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-11-26 15:20:07 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-12-03 10:12:19 +0100 |
commit | 7fe49f359f217d4b5c01e5b4b183ae0b81fff6ff (patch) | |
tree | 0030c4d9852ffd2b08bc8bf71ed3f9ec624f6dca /tests/slow/Makefile.am | |
parent | 021599971598b1848b516df2f4be95b9b62f75f9 (diff) | |
download | gnutls-7fe49f359f217d4b5c01e5b4b183ae0b81fff6ff.tar.gz |
tests: enhanced cipher check to include all ciphers.
Diffstat (limited to 'tests/slow/Makefile.am')
-rw-r--r-- | tests/slow/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/slow/Makefile.am b/tests/slow/Makefile.am index 1b82e17826..a97aa9032e 100644 --- a/tests/slow/Makefile.am +++ b/tests/slow/Makefile.am @@ -38,10 +38,10 @@ else cipher_test_CPPFLAGS = $(AM_CPPFLAGS) endif -ctests = gendh keygen cipher-test +ctests = gendh keygen -check_PROGRAMS = $(ctests) -TESTS = $(ctests) +check_PROGRAMS = $(ctests) cipher-test +TESTS = $(ctests) test-ciphers EXTRA_DIST = README |