diff options
Diffstat (limited to '')
-rw-r--r-- | tests/Makefile.am | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 60f83cd7b..2dc94f3c1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -19,21 +19,13 @@ ## Process this file with automake to produce Makefile.in -#if RUN_PKITS_TESTS -#pkits = pkits -#else -#pkits = -#endif -# -#SUBDIRS = . ${pkits} - if RUN_GPG_TESTS openpgp = openpgp else openpgp = endif -SUBDIRS = ${openpgp} +SUBDIRS = ${openpgp} . pkits GPGSM = ../sm/gpgsm |