Start adding autotests
This commit is contained in:
committed by
Tobias Fella
parent
ab5afa26ef
commit
4ed123fd52
10
autotests/CMakeLists.txt
Normal file
10
autotests/CMakeLists.txt
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user