summaryrefslogtreecommitdiff
path: root/cesar/hle/tools/test/utest/Makefile
blob: 248a1f2216df23167c21514cd5d96c0b84cf9b09 (plain)
1
2
3
4
5
6
7
8
9
BASE = ../../../..

INCLUDES = hle/tools/test/utest

HOST_PROGRAMS = test_hle_tools
test_hle_tools_SOURCES = test_hle_tools.c scenario_defs.c
test_hle_tools_MODULES = lib lib/scenario hle/tools

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