From 2e9601e22e7efe53cf4c879224a830d961213edf Mon Sep 17 00:00:00 2001 From: Tom Black Date: Fri, 13 Nov 2015 00:29:18 -0500 Subject: Updating interactive tests --- Rakefile | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index e513ad5..140691b 100644 --- a/Rakefile +++ b/Rakefile @@ -25,13 +25,20 @@ task :build do system "gem install ruby2d-0.0.0.gem --local" # --verbose end - -desc "Run Testcard" +desc "Run testcard" task :testcard do - Rake::Task['build'].invoke - system '( cd tests/ ; ruby testcard.rb )' + run_test 'testcard' end +desc "Run input" +task :input do + run_test 'input' +end + +desc "Run controller" +task :controller do + run_test 'controller' +end desc "Test and build" task :all do -- cgit v1.2.3