mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
tests: add test for the BT/BLE address recognition
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0cfd76740b
commit
c6b62cbe5c
3 changed files with 42 additions and 0 deletions
15
tests/testhelper.h
Normal file
15
tests/testhelper.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
#ifndef TESTPARSE_H
|
||||
#define TESTPARSE_H
|
||||
|
||||
#include <QtTest>
|
||||
#include <sqlite3.h>
|
||||
|
||||
class TestHelper : public QObject {
|
||||
Q_OBJECT
|
||||
private slots:
|
||||
void initTestCase();
|
||||
void recognizeBtAddress();
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue