]> gitweb.michael.orlitzky.com - apply-default-acl.git/blobdiff - makefile
Add a 'test' makefile target.
[apply-default-acl.git] / makefile
index ffe3a9ea4a72866abd0e354a0dd2e028eb10af46..ae7d943432f463b8a741ceec1fd6449ddfdf1141 100644 (file)
--- a/makefile
+++ b/makefile
@@ -12,6 +12,11 @@ OBJS    := $(patsubst %.c, %.o, $(SOURCES))
 aclq: $(OBJS)
        $(CC) $(CFLAGS) $(LIBS) -o $@ $^
 
+.PHONY: clean test
+
 clean:
        rm -f $(OBJS)
        rm -f aclq
+
+test:
+       ./run-tests.sh