3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-08-11 15:50:56 +00:00

allow running SBY tests with an external examples directory

This commit is contained in:
Jannis Harder 2025-04-28 15:53:22 +02:00
parent 1b36b27d90
commit c8800ecd34
13 changed files with 107 additions and 39 deletions

View file

@ -1,3 +1,3 @@
SUBDIR=../docs/examples/quickstart
SUBDIR=examples/quickstart
TESTDIR=../../../tests
include $(TESTDIR)/make/subdir.mk