Run tests with latest liquid/c gem

This commit is contained in:
Florian Weingarten
2015-06-05 14:51:56 -04:00
committed by Florian Weingarten
parent 7b4398d0c4
commit e2323332cd
4 changed files with 23 additions and 1 deletions

View File

@@ -15,6 +15,11 @@ if env_mode = ENV['LIQUID_PARSER_MODE']
end
Liquid::Template.error_mode = mode
if ENV['LIQUID-C'] == '1'
puts "-- LIQUID C"
require 'liquid/c'
end
if Minitest.const_defined?('Test')
# We're on Minitest 5+. Nothing to do here.
else