]> git.mdlowis.com Git - proto/sclpl.git/commitdiff
added spec to the default rake task
authorMichael D. Lowis <mike@mdlowis.com>
Sat, 25 Oct 2014 01:42:55 +0000 (21:42 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Sat, 25 Oct 2014 01:42:55 +0000 (21:42 -0400)
Rakefile

index aa7d3406ae6ebe1aee2bd40e88d2a07311ef1c98..45931a25fe5e498df20d0733b9458ec1696e78a4 100644 (file)
--- 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]