File indexing completed on 2024-05-19 16:49:24

0001 #!/usr/bin/env ruby
0002 
0003 # SPDX-FileCopyrightText: 2019 Harald Sitter <sitter@kde.org>
0004 #
0005 # SPDX-License-Identifier: GPL-2.0-or-later
0006 # This is a fancy wrapper around test_helper to prevent the collector from
0007 # loading the helper twice as it would occur if we ran the helper directly.
0008 
0009 require_relative 'test_helper'
0010 
0011 Test::Unit::AutoRunner.run(true, File.absolute_path(__dir__))