diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 65978ae3f..624334c63 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,7 +18,13 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = gpgscm openpgp migrations gpgsm gpgme pkits . +if TEST_LIBTSS +tpm2dtests = tpm2dtests +else +tpm2dtests = +endif + +SUBDIRS = gpgscm openpgp migrations gpgsm gpgme pkits $(tpm2dtests) . GPGSM = ../sm/gpgsm |