MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / main

Function main

Test/astc_test_python.py:115–123  ·  view source on GitHub ↗

The main function. Return: int: The process return code.

()

Source from the content-addressed store, hash-verified

113
114
115def main():
116 '''
117 The main function.
118
119 Return:
120 int: The process return code.
121 '''
122 results = unittest.main(exit=False)
123 return 0 if results.result.wasSuccessful() else 1
124
125
126if __name__ == '__main__':

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected