Blame view

test/Makefile 334 Bytes
a72007d99   Simon Glass   sandbox: Add basi...
1
2
3
  #
  # (C) Copyright 2012 The Chromium Authors
  #
1a4596601   Wolfgang Denk   Add GPL-2.0+ SPDX...
4
  # SPDX-License-Identifier:	GPL-2.0+
a72007d99   Simon Glass   sandbox: Add basi...
5
  #
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
ef11ed823   Simon Glass   log: Add a test c...
12
  obj-$(CONFIG_$(SPL_)LOG) += log/