Skip to content
This repository was archived by the owner on Feb 8, 2022. It is now read-only.

Commit 8e4a587

Browse files
committed
always run swig
1 parent 31aecc7 commit 8e4a587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ Rake::TestTask.new do |t|
4343
end
4444
desc "Run tests"
4545

46-
task :swig => [:viennacl, :ocl]
46+
task :swig => ["swg:viennacl", "swg:ocl"]
4747
task :default => [:test]
4848
task :build => ["swg:viennacl", "swg:ocl", :compile]

0 commit comments

Comments
 (0)