summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.org>2015-11-20 11:15:34 +0100
committerQball Cow <qball@gmpclient.org>2015-11-20 11:19:36 +0100
commit264e9e5b0e4dafd158b0ee9a922f7fc641614b6c (patch)
tree97422b4bb36b9f69f6e4b6f4cf63dacbec78c10e /Makefile.am
parent5f7694fc623c8d9b24148205b39a4505a40501ef (diff)
Issue #275 test case
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d05d2468..bf78ba8f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -178,6 +178,8 @@ test-x: ${bin_PROGRAMS}
$(top_srcdir)/test/run_test.sh 205 $(top_srcdir)/test/run_script_test.sh $(top_builddir)
echo "Issue 256"
$(top_srcdir)/test/run_test.sh 206 $(top_srcdir)/test/run_issue_256.sh $(top_builddir)
+ echo "Issue 275"
+ $(top_srcdir)/test/run_test.sh 207 $(top_srcdir)/test/run_issue_275.sh $(top_builddir)
echo "End tests"