fix test, broken by the vendor_ prefixing of the platform artifacts
This commit is contained in:
parent
1e5305a2a4
commit
fe515d43e8
|
@ -15,5 +15,4 @@ class TestExamples(unittest.TestCase):
|
||||||
def test_arty(self):
|
def test_arty(self):
|
||||||
os.system(f"rm -rf {root_dir}/build")
|
os.system(f"rm -rf {root_dir}/build")
|
||||||
os.system(f"cd {root_dir}/examples && python3 arty.py")
|
os.system(f"cd {root_dir}/examples && python3 arty.py")
|
||||||
self.assertEqual(os.path.isfile(f"{root_dir}/examples/build/arty/gateware/arty.v"), True)
|
self.assertEqual(os.path.isfile(f"{root_dir}/examples/build/digilent_arty/gateware/digilent_arty.v"), True)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue