]> granicus.if.org Git - yasm/commitdiff
Include test_bytecode.py and test_expr.py in the distribution, as they're
authorPeter Johnson <peter@tortall.net>
Thu, 10 Aug 2006 04:42:09 +0000 (04:42 -0000)
committerPeter Johnson <peter@tortall.net>
Thu, 10 Aug 2006 04:42:09 +0000 (04:42 -0000)
called out by the python test framework.

svn path=/trunk/yasm/; revision=1601

tools/python-yasm/tests/Makefile.inc

index 19181b9fae3f045f3fcb17d4a83fdf7b073c006d..6bf72fdb143d1fd880917c3891b2f568e3414580 100644 (file)
@@ -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