From e965d9888bf6b7761097ba8e08a51698a7d4a49f Mon Sep 17 00:00:00 2001 From: Jeremy Tan Date: Thu, 15 Sep 2016 14:42:00 +0800 Subject: [PATCH] Add test1009.py to Makefile.am Follow-up to #2762 --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 2700ad98c1..e5b6ef79b1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -155,7 +155,8 @@ EXTRA_DIST += helper107.pe helper118A.pe helper118B.pe \ EXTRA_DIST += findoverlapbugs.py test0001.py test0101.py \ test1001.py test1001a.py test1001b.py test1001c.py \ test1002.py test1003.py test1004.py test1005.py \ - test1006.py test1007.py test1008.py test926.py + test1006.py test1007.py test1008.py test926.py \ + test1009.py EXTRA_DIST += link_test.c randomtest.c build-aux/missing