tests: Add byteorder query script.

This commit is contained in:
Paul Sokolovsky 2015-08-30 01:02:20 +03:00
parent 86e6ad76cb
commit a488c266c3
1 changed files with 2 additions and 0 deletions

2
tests/byteorder.py Normal file
View File

@ -0,0 +1,2 @@
import sys
print(sys.byteorder)