From: Peter Johnson Date: Thu, 10 Aug 2006 04:42:09 +0000 (-0000) Subject: Include test_bytecode.py and test_expr.py in the distribution, as they're X-Git-Tag: v0.6.0~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40816b2caf719c5427fa1f7b8f2c1ebe072d56f7;p=yasm Include test_bytecode.py and test_expr.py in the distribution, as they're called out by the python test framework. svn path=/trunk/yasm/; revision=1601 --- diff --git a/tools/python-yasm/tests/Makefile.inc b/tools/python-yasm/tests/Makefile.inc index 19181b9f..6bf72fdb 100644 --- a/tools/python-yasm/tests/Makefile.inc +++ b/tools/python-yasm/tests/Makefile.inc @@ -2,6 +2,8 @@ EXTRA_DIST += tools/python-yasm/tests/python_test.sh EXTRA_DIST += tools/python-yasm/tests/__init__.py +EXTRA_DIST += tools/python-yasm/tests/test_bytecode.py +EXTRA_DIST += tools/python-yasm/tests/test_expr.py EXTRA_DIST += tools/python-yasm/tests/test_intnum.py EXTRA_DIST += tools/python-yasm/tests/test_symrec.py