mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
qemu-arm: Let tinytest.o be built by standard build rules.
This makes sure tinytest.o is rebuilt if any of its dependencies change.
This commit is contained in:
@@ -12,9 +12,8 @@
|
||||
#include "py/gc.h"
|
||||
#include "py/mperrno.h"
|
||||
#include "lib/utils/gchelper.h"
|
||||
|
||||
#include "tinytest.h"
|
||||
#include "tinytest_macros.h"
|
||||
#include "lib/tinytest/tinytest.h"
|
||||
#include "lib/tinytest/tinytest_macros.h"
|
||||
|
||||
#define HEAP_SIZE (100 * 1024)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user