summaryrefslogblamecommitdiffstats
path: root/tests/testmerge.h
blob: 8cebf9e152692e07430d5bd2b9e672165688ba7c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                   



                   
                                  

                            
                       



                                  
// SPDX-License-Identifier: GPL-2.0
#ifndef TESTMERGE_H
#define TESTMERGE_H

#include <QtTest>

class TestMerge : public QObject {
	Q_OBJECT
private slots:
	void initTestCase();
	void cleanup();

	void testMergeEmpty();
	void testMergeBackwards();
};

#endif