X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=Makefile;h=1016facbfd6fdf62d001626b767337ff536272db;hp=34b8fb554572ec76e66efb2181e0795b5dcf86b7;hb=179b6f5fced8a0c1028ee56451efa26e40392961;hpb=3da86cbf987461afc1c798f1addf8a1c4bdafcbb diff --git a/Makefile b/Makefile index 34b8fb5..1016fac 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.3 +VERSION=0.6 # optional features PLUGIN_SUPPORT=1 @@ -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