mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-16 06:52:56 -08:00
Modularize and Doxygen decklist.cpp (#6099)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
add_definitions("-DCARDDB_DATADIR=\"${CMAKE_CURRENT_SOURCE_DIR}/data/\"")
|
||||
add_executable(
|
||||
loading_from_clipboard_test ../../common/decklist.cpp clipboard_testing.cpp loading_from_clipboard_test.cpp
|
||||
loading_from_clipboard_test ../../common/deck_list.cpp clipboard_testing.cpp loading_from_clipboard_test.cpp
|
||||
)
|
||||
|
||||
if(NOT GTEST_FOUND)
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#include "clipboard_testing.h"
|
||||
|
||||
#include "../../common/deck_list_card_node.h"
|
||||
|
||||
#include <QTextStream>
|
||||
|
||||
void testEmpty(const QString &clipboard)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef CLIPBOARD_TESTING_H
|
||||
#define CLIPBOARD_TESTING_H
|
||||
|
||||
#include "../../common/decklist.h"
|
||||
#include "../../common/deck_list.h"
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user