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:
Angus Gratton 2016-02-17 08:28:56 +11:00
parent 2105f2b035
commit b2b1e42c59
4 changed files with 54 additions and 54 deletions

View file

@ -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