comparison test/Makefile.generic @ 410:7608e34098b0

- cleanups, simplifications, some api clarification, ... - test cases consistency: * return status code depending on test results (for actual conformance tests, not stuff that is not an example or hack to check something, ..) * platform init helper added for some
author Tassilo Philipp
date Tue, 05 Oct 2021 21:53:04 +0200
parents 0592eb360af2
children 49bc10c99462
comparison
equal deleted inserted replaced
409:15698dc0cba3 410:7608e34098b0
72 thunk/thunk 72 thunk/thunk
73 malloc_wx/malloc_wx 73 malloc_wx/malloc_wx
74 callback_plain/callback_plain 74 callback_plain/callback_plain
75 callback_suite/callback_suite 75 callback_suite/callback_suite
76 76
77 linux:
78 LDLIBS="-lm -ldl" ${MAKE} all
79 bsd:
80 LDLIBS="-lm" ${MAKE} all
81
82 pack: ${PACK} 77 pack: ${PACK}
83 ${VPATH}/pack-tests.sh ${PACK} 78 ${VPATH}/pack-tests.sh ${PACK}
84 79
85 distclean: 80 distclean:
86 rm -rf _work _packed 81 rm -rf _work _packed