[dpdk-dev] [PATCH 0/2] more basic tests

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Oct 23 17:53:24 CEST 2015


I use some scripts to make some basic checks before committing
or submitting some patches.
I think they can be useful for every DPDK developers and especially
for new committers / tree owners.

The problem when sharing such tool is how to make it customizable
while fitting for everyone. The proposed solution is to use a
development configuration file.

Thomas Monjalon (2):
  scripts: add checkpatch wrapper
  scripts: add build tests

 scripts/checkpatches.sh      |  30 ++++++++++++
 scripts/load-devel-config.sh |  14 ++++++
 scripts/test-build.sh        | 112 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 156 insertions(+)
 create mode 100755 scripts/checkpatches.sh
 create mode 100755 scripts/load-devel-config.sh
 create mode 100755 scripts/test-build.sh

-- 
2.5.2



More information about the dev mailing list