10 lines
166 B
C
10 lines
166 B
C
#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
|