Skip to content

Commit

Permalink
Merge pull request #536 from aeroastro/feature/fix-running-ext-test
Browse files Browse the repository at this point in the history
Load extension ('json/ext') consistently in test_ext
  • Loading branch information
hsbt committed Sep 13, 2023
2 parents 9a8c4c9 + 158e1f2 commit 66950ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ else
end

desc "Testing library (extension)"
task :test_ext => [ :check_env, :compile, :do_test_ext ]
task :test_ext => [ :set_env_ext, :check_env, :compile, :do_test_ext ]
task(:set_env_ext) { ENV['JSON'] = 'ext' }

UndocumentedTestTask.new do |t|
t.name = 'do_test_ext'
Expand Down

0 comments on commit 66950ee

Please sign in to comment.