aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/Makefile b/test/src/Makefile
index 5005303..12d8483 100644
--- a/test/src/Makefile
+++ b/test/src/Makefile
@@ -25,7 +25,7 @@ ECGEN_SRC = $(wildcard ../../src/*/*.c)
ECGEN_OBJ = $(patsubst %.c,%.o, $(ECGEN_SRC))
all: test_ecgen
- LD_LIBRARY_PATH=../lib/criterion/build ./test_ecgen
+ LD_LIBRARY_PATH=../lib/criterion/build ./test_ecgen --verbose=1
test_ecgen: $(TEST_OBJ) $(ECGEN_OBJ)
$(CC) $(CFLAGS) $(INCLUDES) -o $@ $^ $(LDFLAGS) $(LIBS)