Skip to content

Commit

Permalink
test with makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
radonnachie committed May 20, 2020
1 parent 3e295f0 commit c6dae5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ def test_vhpidirect_shared_shghdl(self):
check_call(self.shell + [str(self.vhpidirect / 'shared' / 'shghdl' / 'run.sh')], shell=True)

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


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

0 comments on commit c6dae5c

Please sign in to comment.