Put fs tests into their own directory
This commit is contained in:
parent
8186354abd
commit
492631db8b
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ include $(DEVKITARM)/3ds_rules
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
export TARGET := $(shell basename $(CURDIR))
|
export TARGET := $(shell basename $(CURDIR))
|
||||||
BUILD := build
|
BUILD := build
|
||||||
SOURCES := source source/tests
|
SOURCES := source source/tests source/tests/fs
|
||||||
DATA := data
|
DATA := data
|
||||||
INCLUDES := source #include
|
INCLUDES := source #include
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#include <3ds.h>
|
#include <3ds.h>
|
||||||
|
|
||||||
#include "output.h"
|
#include "output.h"
|
||||||
#include "tests/fs.h"
|
#include "tests/fs/fs.h"
|
||||||
|
|
||||||
static unsigned int testCounter = 0;
|
static unsigned int testCounter = 0;
|
||||||
static void (*tests[]) (void) = {
|
static void (*tests[]) (void) = {
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
#include "tests/fs_sdmc.h"
|
|
||||||
|
|
||||||
#include <3ds.h>
|
#include <3ds.h>
|
||||||
|
|
||||||
#include "tests/fs.h"
|
|
||||||
#include "tests/test.h"
|
#include "tests/test.h"
|
||||||
|
#include "tests/fs/fs.h"
|
||||||
|
#include "tests/fs/fs_sdmc.h"
|
||||||
|
|
||||||
namespace FS {
|
namespace FS {
|
||||||
|
|
@ -1,9 +1,8 @@
|
|||||||
#include "tests/fs_sdmc.h"
|
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <3ds.h>
|
#include <3ds.h>
|
||||||
|
|
||||||
#include "tests/test.h"
|
#include "tests/test.h"
|
||||||
|
#include "tests/fs/fs_sdmc.h"
|
||||||
|
|
||||||
namespace FS {
|
namespace FS {
|
||||||
namespace SDMC {
|
namespace SDMC {
|
Loading…
x
Reference in New Issue
Block a user