Skip to content

Commit

Permalink
lowercase rust test files
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kM committed Jul 19, 2024
1 parent 64f3c9e commit 08811be
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ BROKEN = \
HigherOrder6.fst ForwardDecl.fst BlitNull.fst \
Ctypes1.fst Ctypes2.fst Ctypes3.fst Ctypes4.fst \
AbstractStructAbstract.fst MonomorphizationSeparate1.fst \
Layered.fst GlobalInit2.fst $(wildcard Rust*.fst)
Layered.fst GlobalInit2.fst $(wildcard rust*.fst)

# Lowlevel is not really broken, but its test shouldn't be run since it's a
# special file and doesn't have a main.
Expand Down Expand Up @@ -306,6 +306,6 @@ WasmTrap.wasm-test: NEGATIVE = true
%.rust-test: $(OUTPUT_DIR)/%.rs
rustc $< && ./$*

rust: $(RUST_FILES) $(patsubst %.fst,%.rust-test,$(filter-out Rust1.fst Rust2.fst Rust3.fst,$(wildcard Rust*.fst)))
rust: $(RUST_FILES) $(patsubst %.fst,%.rust-test,$(filter-out rust1.fst rust2.fst rust3.fst,$(wildcard rust*.fst)))

RUST_FILES = $(patsubst %.rs,%.rust-test,$(wildcard Rust*.fst))
RUST_FILES = $(patsubst %.rs,%.rust-test,$(wildcard rust*.fst))
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 08811be

Please sign in to comment.