mirror of
https://github.com/GLEGram/GLEGram-iOS.git
synced 2026-05-08 18:45:20 +02:00
4647310322
Based on Swiftgram 12.5 (Telegram iOS 12.5). All GLEGram features ported and organized in GLEGram/ folder. Features: Ghost Mode, Saved Deleted Messages, Content Protection Bypass, Font Replacement, Fake Profile, Chat Export, Plugin System, and more. See CHANGELOG_12.5.md for full details.
14 lines
434 B
Makefile
14 lines
434 B
Makefile
EXTRA_DIST += tools/python-yasm/tests/python_test.sh
|
|
EXTRA_DIST += tools/python-yasm/tests/__init__.py
|
|
EXTRA_DIST += tools/python-yasm/tests/test_bytecode.py
|
|
EXTRA_DIST += tools/python-yasm/tests/test_expr.py
|
|
EXTRA_DIST += tools/python-yasm/tests/test_intnum.py
|
|
EXTRA_DIST += tools/python-yasm/tests/test_symrec.py
|
|
|
|
if HAVE_PYTHON_BINDINGS
|
|
|
|
TESTS_ENVIRONMENT += PYTHON=${PYTHON}
|
|
TESTS += tools/python-yasm/tests/python_test.sh
|
|
|
|
endif
|