From: Michael D. Lowis Date: Sat, 25 Oct 2014 01:42:55 +0000 (-0400) Subject: added spec to the default rake task X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=d405cccdbb346efe7a1462e5b6e20909d8b0f74b;p=proto%2Fsclpl.git added spec to the default rake task --- diff --git a/Rakefile b/Rakefile index aa7d340..45931a2 100644 --- a/Rakefile +++ b/Rakefile @@ -63,7 +63,7 @@ ENV['PATH'] = "#{CLANG_BIN_DIR}#{windows? ? ';':':'}#{ENV['PATH']}" #------------------------------------------------------------------------------ # Rscons Build Targets #------------------------------------------------------------------------------ -task :default => [:build] +task :default => [:build, :spec] desc "Build all targets" task :build => [:clang, :sclpl]