Remove old test scripts (replaced by extensions/Makefile)
This commit is contained in:
parent
f527c237f2
commit
a60037e27f
6
test.bat
6
test.bat
|
@ -1,6 +0,0 @@
|
|||
@c:\cygwin\bin\touch src/lib.rs
|
||||
cargo build
|
||||
@if errorlevel 1 exit /b 1
|
||||
rustc testmodule.rs --extern rust-cpython=target\librust-cpython-211b85e007ec6e28.rlib -L "c:\Program Files\Python27\libs" -o testmodule.pyd
|
||||
@if errorlevel 1 exit /b 1
|
||||
python -c "import testmodule"
|
Loading…
Reference in New Issue