Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: third_party/yasm/patched-yasm/libyasm/tests/Makefile.inc

Issue 6170009: Update our yasm copy to yasm 1.1.0 (Part 1: yasm side)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/yasm/patched-yasm/libyasm/section.c ('k') | third_party/yasm/patched-yasm/libyasm/value.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/yasm/patched-yasm/libyasm/section.c ('k') | third_party/yasm/patched-yasm/libyasm/value.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698