projects
/
SymbiYosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
687ee0f
)
add makefile for test
author
Matt Venn
<matt@mattvenn.net>
Tue, 14 Jun 2022 13:35:22 +0000
(15:35 +0200)
committer
Matt Venn
<matt@mattvenn.net>
Tue, 14 Jun 2022 13:35:22 +0000
(15:35 +0200)
docs/examples/tristate/Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/docs/examples/tristate/Makefile
b/docs/examples/tristate/Makefile
new file mode 100644
(file)
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