Makefile 179 B

123456789
  1. # uClibc silly tests
  2. # Licensed under the GNU Library General Public License, see COPYING.LIB
  3. TESTS = hello tiny
  4. include ../Test.mak
  5. export RET_hello = 42
  6. export RET_tiny = 42