mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 09:20:42 -07:00
Almost all tests passing, except profiler
This commit is contained in:
@@ -20,6 +20,11 @@ if ENV['LIQUID_C'] == '1'
|
||||
require 'liquid/c'
|
||||
end
|
||||
|
||||
if ENV['LIQUID_COMPILE'] == '1'
|
||||
puts "-- COMPILED"
|
||||
require 'liquid/compile'
|
||||
end
|
||||
|
||||
if Minitest.const_defined?('Test')
|
||||
# We're on Minitest 5+. Nothing to do here.
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user