Commit 5cea63ad authored by Tristan Gingold's avatar Tristan Gingold

testsuite: adjust baseline after last commit.

parent 19a0d8a1
......@@ -24,13 +24,13 @@ simulation: $(VERILOG_OBJ) $(VHDL_OBJ)
work/gate/.gate_vhdl: ../files/gate.vhdl
$(GHDL) -a $(GHDL_OPT) $<
$(GHDL) -a --work=work $(GHDL_OPT) $<
@mkdir -p $(dir $@) && touch $@
work/gate3/.gate3_vhd: ../files/gate3.vhd \
work/gate/.gate_vhdl
$(GHDL) -a $(GHDL_OPT) $<
$(GHDL) -a --work=work $(GHDL_OPT) $<
@mkdir -p $(dir $@) && touch $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment