projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d1443c
)
test/test_targets: workaround to fix travis.
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Wed, 13 May 2020 09:04:40 +0000
(11:04 +0200)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Wed, 13 May 2020 09:04:40 +0000
(11:04 +0200)
test/test_targets.py
patch
|
blob
|
history
diff --git
a/test/test_targets.py
b/test/test_targets.py
index 2e71719f3b0d8f5ce39d69c68d4c88e6e603d583..ffbad23e743a2235a020b3d9c5673bf28e4415e0 100644
(file)
--- 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)