summaryrefslogtreecommitdiff
path: root/lib/test/utils/Makefile
blob: 5d78d56e6bdef18142c3fe7b406e1621dc72d44e (plain)
1
2
3
4
5
6
7
BASE = ../../..

HOST_PROGRAMS = test_utils
test_utils_SOURCES = test_utils.c
test_utils_MODULES = lib

include $(BASE)/common/make/top.mk