add deck hashing tests

This commit is contained in:
ebbit1q 2024-04-29 19:43:44 +02:00
parent 2b690f8c87
commit b6c5c5ea4c
5 changed files with 84 additions and 7 deletions

View file

@ -21,7 +21,7 @@ struct Result
};
void testEmpty(const QString &clipboard);
void testHash(const QString &clipboard, const std::string &hash);
void testDeck(const QString &clipboard, const Result &result);
#endif // CLIPBOARD_TESTING_H