Commit d70cfc0c authored by Julius Plenz's avatar Julius Plenz

Add make target “test”

parent 31e2c10e
default: all
all: cachestats cachedel nocache.so
.PHONY: test
GCC = gcc $(CFLAGS)
%.c: Makefile
......@@ -18,5 +19,8 @@ install: all
install -m 0644 nocache.so /usr/local/lib
install -m 0755 nocache.global /usr/local/bin/nocache
test:
prove -v t
clean:
rm -f cachestats cachedel fcntl_helpers.o nocache.o nocache.so
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment