aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.tests
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2009-01-08 11:48:48 +1100
committerJon Loeliger <jdl@example.com>2009-02-03 08:38:05 -0600
commitbae93e8992fef3cfaff681fe85b26fd35e432e31 (patch)
tree1ef74852f0b66dcef5c8719755e3486973e564a6 /tests/Makefile.tests
parent26d93f6c922c5b199682f9808c933462c1b97855 (diff)
downloaddtc-bae93e8992fef3cfaff681fe85b26fd35e432e31.zip
dtc-bae93e8992fef3cfaff681fe85b26fd35e432e31.tar.gz
dtc-bae93e8992fef3cfaff681fe85b26fd35e432e31.tar.bz2
dtc: Add testcases for labels within values
This patch adds a testcase using asm output mode to check that labels within property values are correctly processed. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'tests/Makefile.tests')
-rw-r--r--tests/Makefile.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.tests b/tests/Makefile.tests
index f09c72a..c5ad834 100644
--- a/tests/Makefile.tests
+++ b/tests/Makefile.tests
@@ -18,7 +18,7 @@ LIB_TESTS = $(LIB_TESTS_L:%=$(TESTS_PREFIX)%)
LIBTREE_TESTS_L = truncated_property
LIBTREE_TESTS = $(LIBTREE_TESTS_L:%=$(TESTS_PREFIX)%)
-DL_LIB_TESTS_L = asm_tree_dump
+DL_LIB_TESTS_L = asm_tree_dump value-labels
DL_LIB_TESTS = $(DL_LIB_TESTS_L:%=$(TESTS_PREFIX)%)
TESTS = $(LIB_TESTS) $(LIBTREE_TESTS) $(DL_LIB_TESTS)