summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@ozlabs.org>2018-08-21 17:54:42 +1000
committerAlistair Popple <alistair@popple.id.au>2018-09-07 13:42:52 +1000
commit8682985474dca0820be9fa00d27e15127c69fe96 (patch)
tree667aebe3cacdc70310abd58b8b21bb2594654aca
parent44337292dd54cf5d234d37a1e74a4ef52a1bf6df (diff)
downloadpdbg-8682985474dca0820be9fa00d27e15127c69fe96.tar.gz
pdbg-8682985474dca0820be9fa00d27e15127c69fe96.zip
build: Add dummy target to build test binaries
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org>
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 3dc7c3b..c9801ba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,6 +17,8 @@ PDBG_TESTS = \
TESTS = $(libpdbg_tests) optcmd_test $(PDBG_TESTS)
+test: $(libpdbg_tests)
+
TEST_EXTENSIONS = .sh
SH_LOG_DRIVER = $(SHELL) $(srcdir)/tests/run_test.sh
OpenPOWER on IntegriCloud