diff options
| author | van Hauser <vh@thc.org> | 2020-03-31 07:14:25 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-03-31 07:14:25 +0200 |
| commit | 3253e3f315bca128ecc257764ee3eeaa7eced8e1 (patch) | |
| tree | 204b67d2e4e84750dedc0713a759d3aaec927f99 | |
| parent | e58e54c2db70472bcc86de39e251a3496f67861d (diff) | |
| download | afl++-3253e3f315bca128ecc257764ee3eeaa7eced8e1.tar.gz | |
fix unit test compilation
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index b45cf9d3..aaeb136c 100644 --- a/Makefile +++ b/Makefile @@ -316,7 +316,7 @@ test/unittests/unit_maybe_alloc.o : $(COMM_HDR) include/alloc-inl.h test/unittes $(CC) $(CFLAGS) $(CFLAGS_FLTO) -c test/unittests/unit_maybe_alloc.c -o test/unittests/unit_maybe_alloc.o unit_maybe_alloc: test/unittests/unit_maybe_alloc.o - $(CC) $(CFLAGS) -lcmocka -Wl,--wrap=exit -Wl,--wrap=printf $(LDFLAGS) test/unittests/unit_maybe_alloc.o -o test/unittests/unit_maybe_alloc + $(CC) $(CFLAGS) -Wl,--wrap=exit -Wl,--wrap=printf $(LDFLAGS) test/unittests/unit_maybe_alloc.o -o test/unittests/unit_maybe_alloc -ldl -lcmocka ./test/unittests/unit_maybe_alloc unit: unit_maybe_alloc |
