diff options
author | bloodstalker <thabogre@gmail.com> | 2018-09-12 14:16:32 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-09-12 14:16:32 +0000 |
commit | d4b803f00429472efe8ea66f4f4105ab40712dff (patch) | |
tree | d7649c56edf19e6e08154810ca38187d05630148 /test/makefile | |
parent | update (diff) | |
download | faultreiber-d4b803f00429472efe8ea66f4f4105ab40712dff.tar.gz faultreiber-d4b803f00429472efe8ea66f4f4105ab40712dff.zip |
finally fixed
Diffstat (limited to 'test/makefile')
-rw-r--r-- | test/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/makefile b/test/makefile index 4f2c90d..05d4215 100644 --- a/test/makefile +++ b/test/makefile @@ -118,6 +118,9 @@ $(TARGET).so: $(TARGET).o read.o aggregate.o structs.o $(TARGET).a: $(TARGET).o read.o aggregate.o structs.o ar rcs $(TARGET).a $(TARGET).o +valgrind: $(TARGET) + valgrind --leak-check=yes $(TARGET) + clean: rm -f *.o *.dis *.odbg *.ocov *~ $(TARGET) $(TARGET).so $(TARGET)-static $(TARGET)-dbg $(TARGET).a $(TARGET)-cov |