From 9f941138d28a6a850040f18eb9ffeb7b7150c77c Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 13 May 2020 11:04:40 +0200 Subject: [PATCH] test/test_targets: workaround to fix travis. --- test/test_targets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2