]> git.lizzy.rs Git - rust.git/blobdiff - mk/tests.mk
Auto merge of #28263 - christopherdumas:add_help_E0118, r=nikomatsakis
[rust.git] / mk / tests.mk
index f91828838a8ea6b1b4a66eab2fafb9d6591d15d4..e0984cfe86f077084f49b5c011df10d4c311afd1 100644 (file)
@@ -22,7 +22,8 @@ $(eval $(call RUST_CRATE,coretest))
 DEPS_collectionstest :=
 $(eval $(call RUST_CRATE,collectionstest))
 
-TEST_TARGET_CRATES = $(filter-out core rustc_unicode,$(TARGET_CRATES)) \
+TEST_TARGET_CRATES = $(filter-out core rustc_unicode alloc_system \
+                                 alloc_jemalloc,$(TARGET_CRATES)) \
                        collectionstest coretest
 TEST_DOC_CRATES = $(DOC_CRATES)
 TEST_HOST_CRATES = $(filter-out rustc_typeck rustc_borrowck rustc_resolve \
@@ -268,9 +269,10 @@ tidy-basic:
 .PHONY: tidy-binaries
 tidy-binaries:
                @$(call E, check: binaries)
-               $(Q)find $(S)src -type f -perm +a+x \
+               $(Q)find $(S)src -type f \
+                   \( -perm -u+x -or -perm -g+x -or -perm -o+x \) \
                    -not -name '*.rs' -and -not -name '*.py' \
-                   -and -not -name '*.sh' \
+                   -and -not -name '*.sh' -and -not -name '*.pp' \
                | grep '^$(S)src/jemalloc' -v \
                | grep '^$(S)src/libuv' -v \
                | grep '^$(S)src/llvm' -v \