]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - tools/binman/ftest.py
binman: Add a main program to the tests
[people/ms/u-boot.git] / tools / binman / ftest.py
index eae1ab1c4b1edc6ba034c2c8a908ebb9cf037aee..539ebc57f57c9cd6867e941dedcd1d8df822fcd3 100644 (file)
@@ -813,3 +813,7 @@ class TestFunctional(unittest.TestCase):
         """Test that an image with a VBT binary can be created"""
         data = self._DoReadFile('46_intel-vbt.dts')
         self.assertEqual(VBT_DATA, data[:len(VBT_DATA)])
+
+
+if __name__ == "__main__":
+    unittest.main()