test/test_examples: Update.
This commit is contained in:
parent
f7a9672284
commit
72c9930705
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue