X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=Makefile;h=1016facbfd6fdf62d001626b767337ff536272db;hp=ea7d5c7b6560dc4bb4449ca4528725c5fcb8504a;hb=12c5b22102873e303e540f886489831461d54ea9;hpb=015921f9cded4fd53fc71c9ceeff3e2c70029dc1;ds=sidebyside diff --git a/Makefile b/Makefile index ea7d5c7..1016fac 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.5 +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