]> cloud.milkyroute.net Git - dolphin.git/blob - src/settings/services/test/test_run.rb
ab298a0b0dd553fb9386514129cc5b2340be796d
[dolphin.git] / src / settings / services / test / test_run.rb
1 #!/usr/bin/env ruby
2
3 # SPDX-FileCopyrightText: 2019 Harald Sitter <sitter@kde.org>
4 #
5 # SPDX-License-Identifier: GPL-2.0-or-later
6 # This is a fancy wrapper around test_helper to prevent the collector from
7 # loading the helper twice as it would occur if we ran the helper directly.
8
9 require_relative 'test_helper'
10
11 Test::Unit::AutoRunner.run(true, File.absolute_path(__dir__))