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))
|
||||
BUILD := build
|
||||
SOURCES := source source/tests
|
||||
SOURCES := source source/tests source/tests/fs
|
||||
DATA := data
|
||||
INCLUDES := source #include
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <3ds.h>
|
||||
|
||||
#include "output.h"
|
||||
#include "tests/fs.h"
|
||||
#include "tests/fs/fs.h"
|
||||
|
||||
static unsigned int testCounter = 0;
|
||||
static void (*tests[]) (void) = {
|
||||
|
@ -1,9 +1,8 @@
|
||||
#include "tests/fs_sdmc.h"
|
||||
|
||||
#include <3ds.h>
|
||||
|
||||
#include "tests/fs.h"
|
||||
#include "tests/test.h"
|
||||
#include "tests/fs/fs.h"
|
||||
#include "tests/fs/fs_sdmc.h"
|
||||
|
||||
namespace FS {
|
||||
|
@ -1,9 +1,8 @@
|
||||
#include "tests/fs_sdmc.h"
|
||||
|
||||
#include <memory>
|
||||
#include <3ds.h>
|
||||
|
||||
#include "tests/test.h"
|
||||
#include "tests/fs/fs_sdmc.h"
|
||||
|
||||
namespace FS {
|
||||
namespace SDMC {
|
Loading…
x
Reference in New Issue
Block a user