mirror of
https://github.com/boostorg/beast.git
synced 2026-07-06 16:30:52 +02:00
10 lines
253 B
Plaintext
10 lines
253 B
Plaintext
|
|
Python code for the beast and scons.
|
||
|
|
|
||
|
|
Scripts you can run from this directory.
|
||
|
|
|
||
|
|
./run-tests.sh
|
||
|
|
Runs the unit tests.
|
||
|
|
|
||
|
|
./clean-python.sh
|
||
|
|
If you remove or rename any Python files, you should run this script to
|
||
|
|
prevent old .pyc files from hiding bugs.
|