Integrate superfluid into test suite

This commit is contained in:
SamDoiron
2020-01-15 13:23:29 -05:00
parent 050ee05583
commit aa1ffb1fb8
4 changed files with 292 additions and 342 deletions

View File

@@ -19,6 +19,11 @@ if ENV['LIQUID-C'] == '1'
require 'liquid/c'
end
if ENV['SUPERFLUID'] == '1'
puts "-- SUPERFLUID"
require 'liquid/superfluid'
end
if Minitest.const_defined?('Test')
# We're on Minitest 5+. Nothing to do here.
else