treewide: restucture source tree per project

Signed-off-by: Max Regan <mgregan2@gmail.com>
This commit is contained in:
2017-04-20 18:12:28 -07:00
parent 6ba525b64b
commit e5acc3088c
24 changed files with 43 additions and 45 deletions

9
src/gbasm/tests/inc.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef GBASM_TEST_INC_H
#define GBASM_TEST_INC_H
#include "gbasm/tests/test.h"
#include "common/common.h"
extern const struct gbasm_tests gbasm_inc_tests;
#endif