From: Matt Venn Date: Tue, 14 Jun 2022 13:35:22 +0000 (+0200) Subject: add makefile for test X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b88d7a13fb6b62ba77cfb90c3e0c34a79e3d4245;p=SymbiYosys.git add makefile for test --- diff --git a/docs/examples/tristate/Makefile b/docs/examples/tristate/Makefile new file mode 100644 index 0000000..1173566 --- /dev/null +++ b/docs/examples/tristate/Makefile @@ -0,0 +1,3 @@ +SUBDIR=../docs/examples/tristate +TESTDIR=../../../tests +include $(TESTDIR)/make/subdir.mk