dmi: check both the AC and ID flags at the same time
[syslinux/sherbszt.git] / tests / com32 / Makefile
blob74504754e941e960900d1f3f972d505dd1b50f1b
2 # Copyright (C) 2013 Intel Corporation; author Matt Fleming
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation, Inc., 53 Temple Place Ste 330,
7 # Boston MA 02111-1307, USA; either version 2 of the License, or
8 # (at your option) any later version; incorporated herein by reference.
11 include $(objdir)/recipes.mk
13 all: tests
15 ifeq ($(DERIVATIVE),SYSLINUX)
16 chaindisk_cfg = chaindisk.cfg
17 chaindisk_files = $(chaindisk_cfg)
18 chaindisk_results = chaindisk.results
19 chaindisk:
20 $(run-test)
22 tests: banner chaindisk hdt
23 else
25 tests: banner hdt
26 endif # ifeq ($(DERIVATIVE),SYSLINUX)
28 hdt_cfg = hdt.cfg
29 hdt_files = $(hdt_cfg)
30 hdt_results = hdt.results
31 hdt:
32 $(run-test)
34 banner:
35 printf " Running COM32 module regression tests...\n"