Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/dict/Makefile.am4
-rw-r--r--tests/tio/Makefile.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/tests/dict/Makefile.am b/tests/dict/Makefile.am
index 2440017..36e471e 100644
--- a/tests/dict/Makefile.am
+++ b/tests/dict/Makefile.am
@@ -17,7 +17,9 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA
-noinst_PROGRAMS = test_dict
+TESTS = test_dict
+
+check_PROGRAMS = test_dict
AM_CPPFLAGS=-I$(top_srcdir)
diff --git a/tests/tio/Makefile.am b/tests/tio/Makefile.am
index e52d33b..df02024 100644
--- a/tests/tio/Makefile.am
+++ b/tests/tio/Makefile.am
@@ -17,7 +17,9 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA
-noinst_PROGRAMS = test_tio
+TESTS = test_tio
+
+check_PROGRAMS = test_tio
AM_CPPFLAGS=-I$(top_srcdir)