diff options
author | Nadrieril | 2024-05-24 15:47:20 +0200 |
---|---|---|
committer | Nadrieril | 2024-05-24 16:11:59 +0200 |
commit | 4d3778bea3112168645efc03308056ec341abb5f (patch) | |
tree | c4f4c81614d673a73881b5fb8defa0018061e51a /Makefile | |
parent | c0a6916549b55fbae2226e4c34af45e500928645 (diff) |
runner: Pass options in special comments
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -159,10 +159,6 @@ verify: INPUTS_LIST = $(wildcard $(INPUTS_DIR)/*) # Remove the directory prefix, replace with `test-` INPUTS_LIST := $(subst $(INPUTS_DIR)/,test-,$(INPUTS_LIST)) -# Remove some tests we don't want to run. -# FIXME: move this information to the file itself -INPUTS_LIST := $(filter-out test-hashmap_utils.rs,$(INPUTS_LIST)) -INPUTS_LIST := $(filter-out test-nested_borrows.rs,$(INPUTS_LIST)) # Run all the tests we found. .PHONY: test-all |