Start adding autotests

This commit is contained in:
Carl Schwan
2022-04-09 21:21:27 +02:00
committed by Tobias Fella
parent ab5afa26ef
commit 4ed123fd52
4 changed files with 155 additions and 1 deletions

10
autotests/CMakeLists.txt Normal file
View File

@@ -0,0 +1,10 @@
# SPDX-FileCopyrightText: 2022 Carl Schwan <carl@carlschwan.eu>
# SPDX-License-Identifier: BSD-2-Clause
enable_testing()
ecm_add_test(
neochatroomtest.cpp
LINK_LIBRARIES neochat Qt::Test Quotient
TEST_NAME neochatroomtest
)