summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-28 17:23:24 -0600
committermo khan <mo.khan@gmail.com>2020-06-28 17:23:24 -0600
commit8257643c54d840ebf80c317e3dcfc8110f453c95 (patch)
tree2716dc52596bd8353755dc95440403306e2d792e
parent06dde3865c34cc1b8357e332ac5af127d53072c2 (diff)
Run cgreen-runner in verbose mode
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4c359b5..978d3f2 100755
--- a/Makefile
+++ b/Makefile
@@ -11,10 +11,10 @@ $(BUILDDIR)/%.o : src/01/%.c
$(COMPILE.c) $(OUTPUT_OPTION) $<
test : all
- cgreen-runner -c $(BUILDDIR)/program
+ cgreen-runner -c -v $(BUILDDIR)/program
ci : all
- cgreen-runner -c --xml=$(BUILDDIR)/ $(BUILDDIR)/program
+ cgreen-runner -c -v --xml=$(BUILDDIR)/ $(BUILDDIR)/program
.PHONY: all
all: $(OBJS) $(BUILDDIR)/html