File: Makefile

package info (click to toggle)
swupdate 2025.12%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,004 kB
  • sloc: ansic: 66,621; python: 6,291; makefile: 791; sh: 538; javascript: 229
file content (15 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# (C) Copyright 2016
# Denis Osterland, Diehl Connectivity Solutions GmbH, Denis.Osterland@diehl.com.
#
# SPDX-License-Identifier:     GPL-2.0-or-later

.NOTPARALLEL:

SWU_CLEAN = rm -f /tmp/sw-description

include $(srctree)/scripts/acceptance-tests/CheckImage.mk

PHONY += tests
tests: $(tests-y)
	$(Q)echo "tests passed"
	$(Q)$(SWU_CLEAN)