Imported Upstream version 1.8.0
[platform/upstream/gpgme.git] / tests / Makefile.am
index 94eddac..30c35f0 100644 (file)
@@ -15,7 +15,7 @@
 # Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
 
 ## Process this file with automake to produce Makefile.in
 
@@ -26,12 +26,14 @@ TESTS = t-version t-data t-engine-info
 EXTRA_DIST = start-stop-agent t-data-1.txt t-data-2.txt ChangeLog-2011
 
 AM_CPPFLAGS = -I$(top_builddir)/src @GPG_ERROR_CFLAGS@
+AM_LDFLAGS = -no-install
 LDADD = ../src/libgpgme.la @GPG_ERROR_LIBS@
 
 noinst_HEADERS = run-support.h
 
 noinst_PROGRAMS = $(TESTS) run-keylist run-export run-import run-sign \
-                 run-verify
+                 run-verify run-encrypt run-identify run-decrypt run-genkey \
+                 run-keysign run-tofu run-swdb
 
 
 if RUN_GPG_TESTS