test/test_targets: workaround to fix travis.

This commit is contained in:
Florent Kermarrec 2020-05-13 11:04:40 +02:00
parent 9d1443c1a8
commit 9f941138d2
1 changed files with 1 additions and 1 deletions

View File

@ -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)