summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJon Loeliger <jdl@jdl.com>2012-01-21 15:24:51 -0600
committerJon Loeliger <jdl@jdl.com>2012-01-21 15:24:51 -0600
commit1456da7e2d3054882b20c120d817096bea21571e (patch)
treea0c608c74f29d9f2948b46d6d62581fa015c06fd /Makefile
parent1ede50c3559bbfca79fadcbfd8acb9388f4aac87 (diff)
downloaddtc-1456da7e2d3054882b20c120d817096bea21571e.tar.gz
Introduce ${TESTS_BIN} in Makefiles to identify tested executables.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 510caa6..1169e6c 100644
--- a/Makefile
+++ b/Makefile
@@ -193,6 +193,12 @@ fdtput: $(FDTPUT_OBJS) $(LIBFDT_archive)
# Testsuite rules
#
TESTS_PREFIX=tests/
+
+TESTS_BIN += dtc
+TESTS_BIN += convert-dtsv0
+TESTS_BIN += fdtput
+TESTS_BIN += fdtget
+
include tests/Makefile.tests
#