Blame view

test/Makefile 439 Bytes
83d290c56   Tom Rini   SPDX: Convert all...
1
  # SPDX-License-Identifier: GPL-2.0+
a72007d99   Simon Glass   sandbox: Add basi...
2
3
  #
  # (C) Copyright 2012 The Chromium Authors
a72007d99   Simon Glass   sandbox: Add basi...
4

919e7a8fb   Simon Glass   test: Add a simpl...
5
  obj-$(CONFIG_SANDBOX) += bloblist.o
c617ede08   Joe Hershberger   test: Add a commo...
6
  obj-$(CONFIG_UNIT_TEST) += cmd_ut.o
e721b882e   Joe Hershberger   test: Generalize ...
7
  obj-$(CONFIG_UNIT_TEST) += ut.o
bcfe8fdf3   Masahiro Yamada   dts, api, test: c...
8
9
  obj-$(CONFIG_SANDBOX) += command_ut.o
  obj-$(CONFIG_SANDBOX) += compression.o
e5a9d27fd   Simon Glass   test: Add a test ...
10
  obj-$(CONFIG_SANDBOX) += print_ut.o
c812f722f   Joe Hershberger   test: dm: Move th...
11
  obj-$(CONFIG_UT_TIME) += time_ut.o
f11a164b5   Heinrich Schuchardt   test: unit tests ...
12
  obj-$(CONFIG_UT_UNICODE) += unicode_ut.o
ef11ed823   Simon Glass   log: Add a test c...
13
  obj-$(CONFIG_$(SPL_)LOG) += log/
87be2fe6e   Mario Six   test: list: Add t...
14
  obj-$(CONFIG_UNIT_TEST) += lib/