X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=Makefile;h=91634d5d3147375beadad0a27a83667512710264;hb=5d43feabf3707ae4e879b54450e5a3c3c664b2b9;hp=99cc8cf2f701b4f3782dc7835127f3c3813a0674;hpb=4711e7f7af839b41a6d78490257a9e7975494dd3;p=people%2Fms%2Fu-boot.git diff --git a/Makefile b/Makefile index 99cc8cf2f7..91634d5d31 100644 --- a/Makefile +++ b/Makefile @@ -425,7 +425,7 @@ timestamp_h := include/generated/timestamp_autogenerated.h no-dot-config-targets := clean clobber mrproper distclean \ help %docs check% coccicheck \ - ubootversion backup + ubootversion backup tests config-targets := 0 mixed-targets := 0 @@ -1489,6 +1489,7 @@ help: @echo '' @echo 'Other generic targets:' @echo ' all - Build all necessary images depending on configuration' + @echo ' tests - Build U-Boot for sandbox and run tests' @echo '* u-boot - Build the bare u-boot' @echo ' dir/ - Build all files in dir and below' @echo ' dir/file.[oisS] - Build specified target only' @@ -1521,6 +1522,8 @@ help: @echo 'Execute "make" or "make all" to build all targets marked with [*] ' @echo 'For further info see the ./README file' +tests: + $(srctree)/test/run # Documentation targets # ---------------------------------------------------------------------------