File indexing completed on 2024-09-08 03:33:25
0001 /* 0002 File : DependenciesTest.cpp 0003 Project : LabPlot 0004 Description : Tests for dependencies 0005 -------------------------------------------------------------------- 0006 SPDX-FileCopyrightText: 2023 Stefan Gerlach <stefan.gerlach@uni.kn> 0007 0008 SPDX-License-Identifier: GPL-2.0-or-later 0009 */ 0010 0011 #include "DependenciesTest.h" 0012 0013 QTEST_MAIN(DependenciesTest)