add rake file with 'test' task
This commit is contained in:
parent
a65f019e51
commit
cdd38dd5a3
8
python/Rakefile
Normal file
8
python/Rakefile
Normal file
@ -0,0 +1,8 @@
|
||||
# -*- ruby -*-
|
||||
|
||||
ENV["LC_ALL"] = "C" if RUBY_PLATFORM =~ /darwin/
|
||||
|
||||
desc "run unit tests"
|
||||
task "test" do
|
||||
sh "./cmdtest.py t"
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user