Message ID | 20180821075442.1665217-4-amitay@ozlabs.org |
---|---|
State | Accepted |
Headers | show |
Series | More tests | expand |
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 |
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
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+)