]>
cloud.milkyroute.net Git - dolphin.git/blob - src/settings/services/test/test_run.rb
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__
))