test/test_targets: workaround to fix travis.
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 13 May 2020 09:04:40 +0000 (11:04 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 13 May 2020 09:04:40 +0000 (11:04 +0200)
test/test_targets.py

index 2e71719f3b0d8f5ce39d69c68d4c88e6e603d583..ffbad23e743a2235a020b3d9c5673bf28e4415e0 100644 (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)