From: Florent Kermarrec Date: Wed, 13 May 2020 09:04:40 +0000 (+0200) Subject: test/test_targets: workaround to fix travis. X-Git-Tag: 24jan2021_ls180~344 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9f941138d28a6a850040f18eb9ffeb7b7150c77c;p=litex.git test/test_targets: workaround to fix travis. --- diff --git a/test/test_targets.py b/test/test_targets.py index 2e71719f..ffbad23e 100644 --- a/test/test_targets.py +++ b/test/test_targets.py @@ -138,7 +138,7 @@ litex/boards/targets/simple.py litex.boards.platforms.{p} \ """.format(p=p) subprocess.check_call(cmd, shell=True) - def test_cpu_none(self): + def test_z_cpu_none(self): # FIXME: workaround to execute it last. from litex.boards.targets.arty import BaseSoC errors = build_test([BaseSoC(cpu_type=None)]) self.assertEqual(errors, 0)