From d405cccdbb346efe7a1462e5b6e20909d8b0f74b Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Fri, 24 Oct 2014 21:42:55 -0400 Subject: [PATCH] added spec to the default rake task --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.52.0