Skip to content

Commit c6dae5c

Browse files
committed
test with makefile
1 parent 3e295f0 commit c6dae5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ def test_vhpidirect_shared_shghdl(self):
6767
check_call(self.shell + [str(self.vhpidirect / 'shared' / 'shghdl' / 'run.sh')], shell=True)
6868

6969
def test_vhpidirect_arrays_intvector(self):
70-
check_call(self.shell + [str(self.vhpidirect / 'arrays' / 'intvector' / 'run.sh')], shell=True)
70+
# check_call(self.shell + [str(self.vhpidirect / 'arrays' / 'intvector' / 'run.sh')], shell=True)
71+
check_call(self.shell + ['make', 'run'], shell=True, cwd=str(self.vhpidirect / 'arrays' / 'intvector'))
72+
7173

7274
def test_vhpidirect_arrays_logicvector(self):
7375
check_call(self.shell + [str(self.vhpidirect / 'arrays' / 'logicvector' / 'run.sh')], shell=True)

0 commit comments

Comments
 (0)