Files
bin
doc
examples
files
lib
python
t
CMDTEST_example.py
Rakefile
cmdtest.py
src
t
.gitignore
.hgignore
CHANGES.txt
CMDTEST_example.yml
CMakeLists.txt
COPYING.txt
README.rst
Rakefile
cmdtest.gemspec
file1.txt
file2.txt
replace_strings.pl
run-regression.rb
setup.rb
cmdtest/python/Rakefile
2016-01-06 20:58:47 +01:00

9 lines
129 B
Ruby

# -*- ruby -*-
ENV["LC_ALL"] = "C" if RUBY_PLATFORM =~ /darwin/
desc "run unit tests"
task "test" do
sh "./cmdtest.py t"
end