X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=Makefile;h=1016facbfd6fdf62d001626b767337ff536272db;hp=d16a987d058543db31205730cc066e3612d4a683;hb=43124956bc9c1083e476f6cadaedf27b7788d004;hpb=87e893157980abef163575ad7aedbcc96c41b0c6 diff --git a/Makefile b/Makefile index d16a987..1016fac 100644 --- a/Makefile +++ b/Makefile @@ -61,5 +61,8 @@ install: all ln -sf $(SHLIB_FILE) $(DESTDIR)$(prefix)/lib/libuci.$(SHLIB_EXT) $(INSTALL) -m0755 uci $(DESTDIR)/usr/bin/ +test: all + make -C test + FORCE: ; .PHONY: FORCE