summaryrefslogtreecommitdiff
path: root/tests/Makefile.tests
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-10-09 14:20:18 +0400
committerDavid Gibson <david@gibson.dropbear.id.au>2019-10-14 16:20:32 +1100
commit4c3c4ccb9916411aaa682cb60acfbfd7d6232a33 (patch)
treef7c1e20e9703026a2bedeb7802d577ee8d20d7e0 /tests/Makefile.tests
parentaa522da9fff610e9fdad62f5d191e9cbd4ff0fc5 (diff)
downloaddevice-tree-compiler-4c3c4ccb9916411aaa682cb60acfbfd7d6232a33.tar.gz
dumptrees: pass outputdir as first argument
Instead of outputing files to current directory, allow to specificy an output directory. This helps with meson build system out-of-tree support. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20191009102025.10179-4-marcandre.lureau@redhat.com> 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 5093aaa..51259f0 100644
--- a/tests/Makefile.tests
+++ b/tests/Makefile.tests
@@ -74,7 +74,7 @@ $(TESTS_PREFIX)dumptrees: $(TESTS_PREFIX)trees.o
$(TESTS_TREES): $(TESTS_PREFIX)dumptrees
@$(VECHO) DUMPTREES
- cd $(TESTS_PREFIX); ./dumptrees >/dev/null
+ cd $(TESTS_PREFIX); ./dumptrees . >/dev/null
tests_clean:
@$(VECHO) CLEAN "(tests)"