source: rtems/testsuites/automake/local.am @ e6df806

5
Last change on this file since e6df806 was e6df806, checked in by Chris Johns <chrisj@…>, on 11/08/17 at 02:27:25

tests: Use ld to map (wrap) printf, puts and putchar to tester functions.

  • Remove the macro defines and the need for tmacro.h by remapping the symbols using ld's wrap option.
  • Remove FLUSH_OUTPUT, it was empty.
  • Move rtems_test_exit to libmisc/testsupport as a function.

Update #3199.

  • Property mode set to 100644
File size: 149 bytes
Line 
1preinstall:
2.PHONY: preinstall
3
4PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
5
6TEST_LD_FLAGS = -Wl,--wrap=printf -Wl,--wrap=puts -Wl,--wrap=putchar
Note: See TracBrowser for help on using the repository browser.