diff mbox series

[3/3] build: Add dummy target to build test binaries

Message ID 20180816060030.1011842-3-amitay@ozlabs.org
State Superseded
Headers show
Series [1/3] tests: Add tests for libpdbg target functions | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch warning master/apply_patch Patch failed to apply
snowpatch_ozlabs/apply_patch fail Failed to apply to any branch

Commit Message

Amitay Isaacs Aug. 16, 2018, 6 a.m. UTC
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org>
---
 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/Makefile.am b/Makefile.am
index 9d85e9c..df3bbcd 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