mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-06-08 08:33:53 +00:00
Format test commands for better readability
This commit is contained in:
@@ -34,26 +34,26 @@ The tests assume the current directory is "python". Run them like this:
|
||||
|
||||
Higher-level tests:
|
||||
|
||||
python3 -m tests.test_backend_loading
|
||||
python3 -m tests.test_basic_wasm_selection
|
||||
python3 -m tests.test_basic_backend_selection
|
||||
python3 -m tests.test_basic_decode
|
||||
python3 -m tests.test_basic_transcode
|
||||
python3 -m tests.test_compress_swirl
|
||||
python3 -m tests.test_compress_swirl_hdr
|
||||
python3 -m tests.test_transcoder_astc
|
||||
python3 -m tests.test_transcoder_backend_loading
|
||||
python3 -m tests.test_transcoder_end_to_end
|
||||
python3 -m tests.test_transcoder_end_to_end_hdr
|
||||
python3 -m tests.test_transcoder_helpers
|
||||
python3 -m tests.test_backend_loading
|
||||
python3 -m tests.test_basic_wasm_selection
|
||||
python3 -m tests.test_basic_backend_selection
|
||||
python3 -m tests.test_basic_decode
|
||||
python3 -m tests.test_basic_transcode
|
||||
python3 -m tests.test_compress_swirl
|
||||
python3 -m tests.test_compress_swirl_hdr
|
||||
python3 -m tests.test_transcoder_astc
|
||||
python3 -m tests.test_transcoder_backend_loading
|
||||
python3 -m tests.test_transcoder_end_to_end
|
||||
python3 -m tests.test_transcoder_end_to_end_hdr
|
||||
python3 -m tests.test_transcoder_helpers
|
||||
|
||||
Low-level tests (used while bringing up the codec):
|
||||
|
||||
python3 -m lowlevel_test_native.basic_test
|
||||
python3 -m lowlevel_test_native.test_transcoder_basic
|
||||
python3 -m lowlevel_test_native.example_capi_python
|
||||
python3 -m lowlevel_test_native.basic_test
|
||||
python3 -m lowlevel_test_native.test_transcoder_basic
|
||||
python3 -m lowlevel_test_native.example_capi_python
|
||||
|
||||
python3 -m lowlevel_test_wasm.basic_test
|
||||
python3 -m lowlevel_test_wasm.compress_test
|
||||
python3 -m lowlevel_test_wasm.compress_test_float
|
||||
python3 -m lowlevel_test_wasm.basic_test
|
||||
python3 -m lowlevel_test_wasm.compress_test
|
||||
python3 -m lowlevel_test_wasm.compress_test_float
|
||||
|
||||
|
||||
Reference in New Issue
Block a user