]>
cloud.milkyroute.net Git - dolphin.git/blob - src/settings/services/test/test_run.rb
ab298a0b0dd553fb9386514129cc5b2340be796d
3 # SPDX-FileCopyrightText: 2019 Harald Sitter <sitter@kde.org>
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.
9 require_relative
'test_helper'
11 Test
::Unit::AutoRunner.run(true, File
.absolute_path(__dir__
))