make test: build examples
parent
5177e11a98
commit
5e89c1399a
|
@ -9,6 +9,7 @@ v.c:
|
|||
|
||||
test: v
|
||||
find .. -name '*_test.v' -print0 | xargs -0 -n1 ./v
|
||||
find ../examples -name '*.v' -print0 | xargs -0 -n1 ./v
|
||||
|
||||
clean:
|
||||
-rm -f v.c v
|
||||
|
|
Loading…
Reference in New Issue