Skip to content

Commit

Permalink
try to fix simavr tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gin66 committed Feb 19, 2025
1 parent 89dee15 commit d0ea561
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion extras/tests/simavr_based/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pmf:
externalCall:
make -C test_externalCall

%/.tested: $(SRC) run_avr %/expect.txt %/platformio.ini .makefiles .links
%/.tested: $(SRC) run_avr %/expect.txt %/platformio.ini .makefiles .links .fas
make SILENCE=$(SILENCE) -C $(dir $@)

.fas: fas
Expand Down
3 changes: 0 additions & 3 deletions extras/tests/simavr_based/Makefile.test
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,5 @@ x.vcd: $(SRC) ../run_avr platformio.ini FastAccelStepper
env pio run -e $(DUT) || ~/.platformio/penv/bin/pio run -e $(DUT) || ~/.local/bin/pio run -e $(DUT)
../run_avr $(FIRMWARE) -m $(DEVICE) -o x.vcd $(TRACES)

FastAccelStepper:
ln -s ../../../../../FastAccelStepper .

clean:
rm -fR .pio .tested x.vcd result.txt

0 comments on commit d0ea561

Please sign in to comment.