make tests executable
[ieee754fpu.git] / src / ieee754 / div_rem_sqrt_rsqrt / test_core.py
old mode 100644 (file)
new mode 100755 (executable)
index 0ee3935..74b10b0
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
 # SPDX-License-Identifier: LGPL-2.1-or-later
 # See Notices.txt for copyright information
 
@@ -227,3 +228,7 @@ class TestDivPipeCore(unittest.TestCase):
                                            log2_radix=1))
 
     # FIXME: add more test_* functions
+
+
+if __name__ == '__main__':
+    unittest.main()