fix test, broken by the vendor_ prefixing of the platform artifacts

This commit is contained in:
Simon Thornington 2021-04-10 19:04:38 -04:00
parent 1e5305a2a4
commit fe515d43e8
1 changed files with 1 additions and 2 deletions

View File

@ -15,5 +15,4 @@ class TestExamples(unittest.TestCase):
def test_arty(self):
os.system(f"rm -rf {root_dir}/build")
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)