From 440ebc0c99d91498827ca05966b5f68e93df05de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 7 Oct 2002 21:55:28 +0000 Subject: [PATCH] build only when requested git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1206 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- c++/Makefile.am | 2 +- tests/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/c++/Makefile.am b/c++/Makefile.am index 8756829ed..3996a62da 100644 --- a/c++/Makefile.am +++ b/c++/Makefile.am @@ -4,7 +4,7 @@ libhamlib___la_SOURCES = rigclass.cc rotclass.cc libhamlib___la_LDFLAGS = -no-undefined -release @VERSION@ -version-info 0:0:0 libhamlib___la_LIBADD = ../src/libhamlib.la -noinst_PROGRAMS = testcpp +check_PROGRAMS = testcpp testcpp_SOURCES = testcpp.cc testcpp_LDADD = libhamlib++.la diff --git a/tests/Makefile.am b/tests/Makefile.am index 63734cd7e..6ef7ec498 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,11 +3,12 @@ AUTOMAKE_OPTIONS = dejagnu RUNTESTDEFAULTFLAGS = --tool rigctl --srcdir $$srcdir/testsuite RIGCTL=`pwd`/rigctl TESTBCD=`pwd`/testbcd +DISTCLEANFILES = rigctl.log rigctl.sum bin_PROGRAMS = rigctl rotctl man_MANS = rigctl.1 rotctl.1 -noinst_PROGRAMS = dumpmem testrig testtrn testbcd testfreq listrigs testloc @RIGMATRIX@ +check_PROGRAMS = dumpmem testrig testtrn testbcd testfreq listrigs testloc @RIGMATRIX@ rigctl_SOURCES = rigctl.c dumpcaps.c