blob: 87be868bec2dd1ac4d5582a7051594082c114e8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
## Makefile for the tests subdirectory of dmake.
TESTS = infra-0 function_macros-1 function_macros-2 function_macros-3 \
function_macros-4 function_macros-5 function_macros-6 \
function_macros-7 function_macros-8 function_macros-9 \
function_macros-10 \
macros-1 macros-2 macros-3 macros-4 macros-5 macros-6 macros-7 \
macros-8 macros-9 macros-10 macros-11 \
recipes-1 recipes-2 recipes-3 recipes-4 recipes-5 recipes-6 \
recipes-7 recipes-8 recipes-9 \
misc-1 misc-2 misc-3 misc-4 misc-5 misc-6 misc-7 misc-8 misc-9 \
misc-10 misc-11 misc-12 misc-13 misc-14 misc-15 misc-16 misc-17 \
misc-18 misc-19 misc-20 misc-21 \
targets-1 targets-2 targets-3 targets-4 targets-5 targets-6 \
targets-7 targets-8 targets-9 targets-10 targets-11 targets-12 \
targets-13 targets-14 targets-15 targets-16 targets-17 targets-18 \
targets-19 targets-20 targets-21 targets-22 targets-23 targets-24 \
targets-25 targets-26 targets-27 targets-28 targets-29 targets-30
TESTS_ENVIRONMENT = DMAKEPROG="../dmake"
EXTRA_DIST = $(TESTS)
|