Skip to content

Commit

Permalink
fix(examples/vhdl/array_axis_vcs): use find_prefix_from_path() when d…
Browse files Browse the repository at this point in the history
…etermining the backend
  • Loading branch information
umarcor committed Apr 9, 2019
1 parent 68bee07 commit 35a7940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vunit/test/acceptance/test_external_run_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_vhdl_json4vhdl_example_project(self):
def test_vhdl_array_example_project(self):
self.check(join(ROOT, "examples", "vhdl", "array", "run.py"))

@unittest.skipIf(GHDLInterface.determine_backend("") == "mcode",
@unittest.skipIf(GHDLInterface.determine_backend(GHDLInterface.find_prefix_from_path()) == "mcode",
"mcode backend does not support interfacing with external C code;\n\
you should use GCC or LLVM backends")
def test_vhdl_array_axis_vcs_example_project(self):
Expand Down

0 comments on commit 35a7940

Please sign in to comment.