Message ID | 20180813030506.429060-2-amitay@ozlabs.org |
---|---|
State | Accepted |
Headers | show |
Series | Enable testing and add some tests | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | success | master/apply_patch Successfully applied |
snowpatch_ozlabs/build-multiarch | success | Test build-multiarch on branch master |
diff --git a/Makefile.am b/Makefile.am index e2783f1..f6b8195 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,9 @@ AM_MAKEFLAGS = --no-print-directory GIT_SHA1 ?= `git --work-tree=$(top_srcdir) --git-dir=$(top_srcdir)/.git describe --always --long --dirty 2>/dev/null || echo unknown` bin_PROGRAMS = pdbg -noinst_PROGRAMS = optcmd_test +check_PROGRAMS = optcmd_test + +TESTS = optcmd_test ACLOCAL_AMFLAGS = -Im4 AM_CFLAGS = -I$(top_srcdir)/ccan/array_size -Wall -Werror -O2
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)