aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testgitstorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testgitstorage.h')
-rw-r--r--tests/testgitstorage.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/testgitstorage.h b/tests/testgitstorage.h
new file mode 100644
index 000000000..b182d4a22
--- /dev/null
+++ b/tests/testgitstorage.h
@@ -0,0 +1,13 @@
+#ifndef TESTGITSTORAGE_H
+#define TESTGITSTORAGE_H
+
+#include <QTest>
+
+class TestGitStorage : public QObject
+{
+ Q_OBJECT
+private slots:
+ void testGitStorageLocal();
+};
+
+#endif // TESTGITSTORAGE_H