Add basic shell tests script framework
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 18 Mar 2021 17:49:55 +0000 (13:49 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 22 Mar 2021 20:28:17 +0000 (16:28 -0400)
commit8a36ff81a49e70d53e56942ea7d5db4f49b185f0
tree193dd65d8572731f090a0240986af546dee5d1e4
parent9bafacb2584b9e69c51172728fab5e1e5e82fff7
Add basic shell tests script framework

Import a stripped down shell tests script framework from babeltrace2.

This is part of an effort to standardise our autotools setup across
project to simplify maintenance.

Change-Id: I41ea4b186fe744fd6841d866daa87a802c96b692
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
.gitignore
configure.ac
tests/Makefile.am
tests/unit/ust-elf/Makefile.am
tests/unit/ust-elf/test_ust_elf [new file with mode: 0755]
tests/unit/ust-elf/test_ust_elf.in [deleted file]
tests/utils/Makefile.am
tests/utils/utils.sh [new file with mode: 0755]
This page took 0.026134 seconds and 4 git commands to generate.