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 ffff7b7 commit 81831c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run tests
name: Run pc-based tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/simavr_based/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fas: $(addsuffix /FastAccelStepper,$(TESTS))
touch .fas

%/FastAccelStepper:
cd $(dir $@); ln -s ../../../../FastAccelStepper FastAccelStepper
cd $(dir $@); ln -s ../../../../../FastAccelStepper .

.makefiles: makefiles

Expand Down

0 comments on commit 81831c0

Please sign in to comment.