Almost all tests passing, except profiler

This commit is contained in:
Sam Doiron
2022-04-06 17:35:00 -03:00
parent 6e07f73f68
commit c2b7b3df50
4 changed files with 97 additions and 0 deletions
+5
View File
@@ -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