tests: Use heap memory instead of linker tricks for registering test cases
(Test case registration buffer gets freed before the test case runs.)
This commit is contained in:
parent
2105f2b035
commit
b2b1e42c59
4 changed files with 54 additions and 54 deletions
|
|
@ -1,6 +1,5 @@
|
|||
PROGRAM=tests
|
||||
|
||||
EXTRA_LINKER_SCRIPTS = $(PROGRAM_DIR)ld/tests.ld
|
||||
PROGRAM_SRC_DIR = $(PROGRAM_DIR) $(PROGRAM_DIR)cases
|
||||
|
||||
# Add unity test framework headers & core source file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue