Skip to content
Snippets Groups Projects
Commit 881f2f38 authored by Ralf Jung's avatar Ralf Jung
Browse files

fix build on macOS

parent e41e169f
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ MAKE_REF:= ...@@ -8,7 +8,7 @@ MAKE_REF:=
real-all: $(if $(NO_TEST),,test) real-all: $(if $(NO_TEST),,test)
# the test suite # the test suite
TESTFILES:=$(shell find tests/ -name "*.v") TESTFILES:=$(shell find tests -name "*.v")
NORMALIZER:=test-normalizer.sed NORMALIZER:=test-normalizer.sed
test: $(TESTFILES:.v=.vo) test: $(TESTFILES:.v=.vo)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment