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
9 lines
129 B
Ruby
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
|