summaryrefslogtreecommitdiff
path: root/test/silly/Makefile
blob: 57739a447fd6db607e5e0a86a3bf2a1ea9886a2c (plain)
1
2
3
4
5
6
7
8
9
# uClibc silly tests
# Licensed under the GNU Library General Public License, see COPYING.LIB

TESTS = hello tiny

include ../Test.mak

export RET_hello = 42
export RET_tiny = 42