ZipArchive/Rakefile
2013-02-25 06:46:56 -05:00

7 lines
170 B
Ruby

desc 'Run the tests'
task :test do
system 'xcodebuild -project Tests/SSZipArchive.xcodeproj -scheme SSZipArchiveTests TEST_AFTER_BUILD=YES'
end
task :default => :test