Judger/runtest.sh
2017-05-28 16:44:08 +08:00

7 lines
201 B
Bash
Executable File

rm -rf build && mkdir build && cd build && cmake ..
make || exit 1
make install
cd ../bindings/Python && rm -rf build
python setup.py install || exit 1
cd ../../tests/Python_and_core && python test.py