10 lines
172 B
C
10 lines
172 B
C
#ifndef GBASM_TEST_FIXED_H
|
|
#define GBASM_TEST_FIXED_H
|
|
|
|
#include "gbasm/tests/test.h"
|
|
#include "common/common.h"
|
|
|
|
extern const struct gbasm_tests gbasm_fixed_tests;
|
|
|
|
#endif
|