[Base Tests] Move base tests to their own subdir

This commit is contained in:
Sandy Carter
2018-03-09 00:17:59 -05:00
parent 86f387ed42
commit b6dc70ea5a
3 changed files with 12 additions and 8 deletions

View File

@@ -0,0 +1,17 @@
/**
******************************************************************************
* Xenia : Xbox 360 Emulator Research Project *
******************************************************************************
* Copyright 2015 Ben Vanik. All rights reserved. *
* Released under the BSD license - see LICENSE in the root for more details. *
******************************************************************************
*/
#include "xenia/base/memory.h"
#include "third_party/catch/include/catch.hpp"
TEST_CASE("copy_and_swap_16_aligned", "Copy and Swap") {
// TODO(benvanik): tests.
REQUIRE(true == true);
}