refactor: migrate windows specific content.
- move com, dialog and winfct function into new place. - add testbench for com and winfct. - dialog now still not working.
This commit is contained in:
16
testbench/yycc/windows/dialog.cpp
Normal file
16
testbench/yycc/windows/dialog.cpp
Normal file
@ -0,0 +1,16 @@
|
||||
#include <gtest/gtest.h>
|
||||
#include <yycc.hpp>
|
||||
#include <yycc/windows/dialog.hpp>
|
||||
|
||||
#define DIALOG ::yycc::windows::dialog
|
||||
|
||||
namespace yycctest::windows::dialog {
|
||||
#if defined(YYCC_OS_WINDOWS) && defined(YYCC_STL_MSSTL)
|
||||
|
||||
|
||||
// TEST(WindowsDialog, Normal) {
|
||||
|
||||
// }
|
||||
|
||||
#endif
|
||||
}
|
Reference in New Issue
Block a user