projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
435cdad
)
test/test_targets: fix test_ulx3s name
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Thu, 9 May 2019 09:48:57 +0000
(11:48 +0200)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Thu, 9 May 2019 09:48:57 +0000
(11:48 +0200)
test/test_targets.py
patch
|
blob
|
history
diff --git
a/test/test_targets.py
b/test/test_targets.py
index 09587faa730ece6452380757e28af6ac67af524d..c4c970591e337e4282a079f5835d52c63e12df42 100644
(file)
--- a/
test/test_targets.py
+++ b/
test/test_targets.py
@@
-75,7
+75,7
@@
class TestTargets(unittest.TestCase):
errors = build_test([BaseSoC()])
self.assertEqual(errors, 0)
- def test_
versa_
ulx3s(self):
+ def test_ulx3s(self):
from litex.boards.targets.ulx3s import BaseSoC
errors = build_test([BaseSoC()])
self.assertEqual(errors, 0)