test/test_targets: workaround to fix travis.
This commit is contained in:
parent
9d1443c1a8
commit
9f941138d2
|
@ -138,7 +138,7 @@ litex/boards/targets/simple.py litex.boards.platforms.{p} \
|
||||||
""".format(p=p)
|
""".format(p=p)
|
||||||
subprocess.check_call(cmd, shell=True)
|
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
|
from litex.boards.targets.arty import BaseSoC
|
||||||
errors = build_test([BaseSoC(cpu_type=None)])
|
errors = build_test([BaseSoC(cpu_type=None)])
|
||||||
self.assertEqual(errors, 0)
|
self.assertEqual(errors, 0)
|
||||||
|
|
Loading…
Reference in New Issue