From 72c9930705ccc5f997b95987126fc139718dd1dd Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 3 May 2021 12:12:16 +0200 Subject: [PATCH] test/test_examples: Update. --- test/test_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_examples.py b/test/test_examples.py index d6cebd1..8a9fae3 100644 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -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)