mirror of
https://github.com/geohot/qira
synced 2025-01-27 04:42:55 +03:00
15 lines
239 B
Bash
Executable File
15 lines
239 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
source venv/bin/activate
|
|
|
|
# ned's tests, which are really awesome
|
|
# why weren't these used?
|
|
cd tests_auto
|
|
#./autogen-extras.sh
|
|
#python autogen.py --dwarf --all
|
|
python autogen.py --dwarf
|
|
cd ../
|
|
cd static2
|
|
python testing.py
|
|
|