summaryrefslogtreecommitdiffstats
path: root/test/time/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* try to probe if stat.t_mtim.tv_nsec is availableBernhard Reutner-Fischer2009-11-261-0/+1
| | | | | | Do not treat tv_nsec mismatches as errors on filesystems without support for it. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Fixed makefiles inclusion flow to pass actual configuration variable values.Carmelo Amoroso2009-03-161-0/+11
Test build system modified to be similar to uClibc one: * test custom logic moved from Makefile to a new Makefile.in (to be included by Makefile). * Makefile same for all tests and just used for including all other needed makefiles. Signed-off-by: Salvatore Cro <salvatore.cro@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>