mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Modularize and Doxygen decklist.cpp (#6099)
This commit is contained in:
parent
da52d677c7
commit
2eba126ed7
36 changed files with 1494 additions and 698 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue