Index: third_party/yasm/patched-yasm/libyasm/tests/Makefile.inc |
=================================================================== |
--- third_party/yasm/patched-yasm/libyasm/tests/Makefile.inc (revision 71129) |
+++ third_party/yasm/patched-yasm/libyasm/tests/Makefile.inc (working copy) |
@@ -1,4 +1,4 @@ |
-# $Id: Makefile.inc 2123 2008-09-30 03:56:37Z peter $ |
+# $Id: Makefile.inc 2233 2009-10-31 21:45:55Z peter $ |
TESTS += bitvect_test |
TESTS += floatnum_test |
@@ -66,6 +66,8 @@ |
EXTRA_DIST += libyasm/tests/strucsize.hex |
EXTRA_DIST += libyasm/tests/times0.asm |
EXTRA_DIST += libyasm/tests/times0.hex |
+EXTRA_DIST += libyasm/tests/timesfwd.asm |
+EXTRA_DIST += libyasm/tests/timesfwd.hex |
EXTRA_DIST += libyasm/tests/timesover-err.asm |
EXTRA_DIST += libyasm/tests/timesover-err.errwarn |
EXTRA_DIST += libyasm/tests/timesunder.asm |
@@ -83,6 +85,8 @@ |
EXTRA_DIST += libyasm/tests/value-mask.asm |
EXTRA_DIST += libyasm/tests/value-mask.errwarn |
EXTRA_DIST += libyasm/tests/value-mask.hex |
+EXTRA_DIST += libyasm/tests/value-shr-symexpr.asm |
+EXTRA_DIST += libyasm/tests/value-shr-symexpr.hex |
check_PROGRAMS += bitvect_test |
check_PROGRAMS += floatnum_test |