Skip to content

Commit

Permalink
Fix run-make/inrcemental-debugger-visualizer test for macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoerister committed May 19, 2023
1 parent 927e1ef commit 987655a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/run-make/incremental-debugger-visualizer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ include ../tools.mk
# directory as readonly. We need to apply modifications to some of the source
# file.
SRC_DIR := $(TMPDIR)/src

INCR_CACHE_DIR := $(TMPDIR)/incremental


all:
rm -rf $(TMPDIR)/*
mkdir $(SRC_DIR)
cp -t $(SRC_DIR) ./foo.rs
cp ./foo.rs $(SRC_DIR)
echo "GDB script v1" > $(SRC_DIR)/foo.py
echo "Natvis v1" > $(SRC_DIR)/foo.natvis
$(RUSTC) $(SRC_DIR)/foo.rs \
Expand Down

0 comments on commit 987655a

Please sign in to comment.