Fix run-make/inrcemental-debugger-visualizer test for macOS.
This commit is contained in:
parent
927e1efaaf
commit
987655aade
1 changed files with 1 additions and 3 deletions
|
@ -7,14 +7,12 @@ include ../tools.mk
|
||||||
# directory as readonly. We need to apply modifications to some of the source
|
# directory as readonly. We need to apply modifications to some of the source
|
||||||
# file.
|
# file.
|
||||||
SRC_DIR := $(TMPDIR)/src
|
SRC_DIR := $(TMPDIR)/src
|
||||||
|
|
||||||
INCR_CACHE_DIR := $(TMPDIR)/incremental
|
INCR_CACHE_DIR := $(TMPDIR)/incremental
|
||||||
|
|
||||||
|
|
||||||
all:
|
all:
|
||||||
rm -rf $(TMPDIR)/*
|
rm -rf $(TMPDIR)/*
|
||||||
mkdir $(SRC_DIR)
|
mkdir $(SRC_DIR)
|
||||||
cp -t $(SRC_DIR) ./foo.rs
|
cp ./foo.rs $(SRC_DIR)
|
||||||
echo "GDB script v1" > $(SRC_DIR)/foo.py
|
echo "GDB script v1" > $(SRC_DIR)/foo.py
|
||||||
echo "Natvis v1" > $(SRC_DIR)/foo.natvis
|
echo "Natvis v1" > $(SRC_DIR)/foo.natvis
|
||||||
$(RUSTC) $(SRC_DIR)/foo.rs \
|
$(RUSTC) $(SRC_DIR)/foo.rs \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue