aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2017-12-17 23:27:24 +0100
committerJ08nY2017-12-17 23:31:57 +0100
commit42792045dc5b2110398dbfe14cff221851f0f958 (patch)
treeff42684031138faeb33ad4d3c91721d4f451a95e
parent12796045954eedf816432a8fbfb1f5d818efc49b (diff)
downloadecgen-42792045dc5b2110398dbfe14cff221851f0f958.tar.gz
ecgen-42792045dc5b2110398dbfe14cff221851f0f958.tar.zst
ecgen-42792045dc5b2110398dbfe14cff221851f0f958.zip
-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)