Skip to content

Commit 10ac7a2

Browse files
tests/test.mk: add rule as per .PHONY directive
tests/Makefile contains 'all' as one of the targets under .PHONY directive defined within TOPTARGETS. This CL fix errors when 'make all'. Signed-off-by: Himanshu Sahdev aka CunningLearner <sahdev.himan@gmail.com>
1 parent a77f828 commit 10ac7a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
all: test
2+
13
test: test.v ../../common/*.v ../*.vh
24
iverilog -I.. -s top_tb -o test -c ../file_list.txt
35
./test

0 commit comments

Comments
 (0)