public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
blob 41152c25f07600e7f7f150b0916200e56cf0c872 561 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
#! /bin/sh
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
# PASST - Plug A Simple Socket Transport
#  for qemu/UNIX domain socket mode
#
# PASTA - Pack A Subtle Tap Abstraction
#  for network namespace/tap device mode
#
# test/build/static_checkers.sh - Run static checkers
#
# Copyright Red Hat
# Author: David Gibson <david@gibson.dropbear.id.au>

source $(dirname $0)/../exeter/sh/exeter.sh

cppcheck () {
        make -C .. cppcheck
}
exeter_register cppcheck

clang_tidy () {
        make -C .. clang-tidy
}
exeter_register clang_tidy

exeter_main "$@"



debug log:

solving 41152c25 ...
found 41152c25 in https://archives.passt.top/passt-dev/20240826020942.545155-5-david@gibson.dropbear.id.au/

applying [1/1] https://archives.passt.top/passt-dev/20240826020942.545155-5-david@gibson.dropbear.id.au/
diff --git a/test/build/static_checkers.sh b/test/build/static_checkers.sh
new file mode 100644
index 00000000..41152c25

Checking patch test/build/static_checkers.sh...
1:35: new blank line at EOF.
+
Applied patch test/build/static_checkers.sh cleanly.
warning: 1 line adds whitespace errors.

index at:
100644 41152c25f07600e7f7f150b0916200e56cf0c872	test/build/static_checkers.sh

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).