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

Method test_cl_unknown_output

Test/astc_test_functional.py:1602–1613  ·  view source on GitHub ↗

Test -cl with an unknown output file extension.

(self)

Source from the content-addressed store, hash-verified

1600 self.exec(cmd)
1601
1602 def test_cl_unknown_output(self) -> None:
1603 '''
1604 Test -cl with an unknown output file extension.
1605 '''
1606 # Build an otherwise valid cmd with the test flaw
1607 cmd = [
1608 self.binary, '-cl',
1609 self.get_ref_image_path('LDR', 'input', 'A'),
1610 './test.aastc',
1611 '4x4', '-fast']
1612
1613 self.exec(cmd)
1614
1615 def test_cl_bad_block_size(self) -> None:
1616 '''

Callers

nothing calls this directly

Calls 2

execMethod · 0.95
get_ref_image_pathMethod · 0.80

Tested by

no test coverage detected