test/test_examples: Update.

This commit is contained in:
Florent Kermarrec 2021-05-03 12:12:16 +02:00
parent f7a9672284
commit 72c9930705
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ 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)