Lines Matching full:common

4 Subject: [PATCH] Tests: fix test applications in cpp-common are needed to
7 Test applications in cpp-common directory are needed to re-build when
10 make[3]: *** No rule to make target 'cpp-common/test-c-string-view.cpp',
11 needed by 'cpp-common/test-c-string-view.o'.
13 needed by 'cpp-common/test-c-string-view'.
14 make[3]: *** No rule to make target '../src/common/libcommon.la',
15 needed by 'cpp-common/test-c-string-view'.
17 needed by 'cpp-common/test-c-string-view'.
25 in cpp-common directory. Then these test applications can run without
33 tests/cpp-common/test-c-string-view.sh | 17 +++++++++++++++++
34 tests/cpp-common/test-unicode-conv.sh | 17 +++++++++++++++++
35 tests/cpp-common/test-uuid.sh | 17 +++++++++++++++++
37 create mode 100755 tests/cpp-common/test-c-string-view.sh
38 create mode 100755 tests/cpp-common/test-unicode-conv.sh
39 create mode 100755 tests/cpp-common/test-uuid.sh
49 - cpp-common/test-c-string-view \
50 - cpp-common/test-uuid \
51 - cpp-common/test-unicode-conv
52 + cpp-common/test-c-string-view.sh \
53 + cpp-common/test-uuid.sh \
54 + cpp-common/test-unicode-conv.sh
58 diff --git a/tests/cpp-common/test-c-string-view.sh b/tests/cpp-common/test-c-string-view.sh
62 +++ b/tests/cpp-common/test-c-string-view.sh
80 +"${BT_TESTS_BUILDDIR}/cpp-common/test-c-string-view" "$BT_TESTS_BT2_BIN"
81 diff --git a/tests/cpp-common/test-unicode-conv.sh b/tests/cpp-common/test-unicode-conv.sh
85 +++ b/tests/cpp-common/test-unicode-conv.sh
103 +"${BT_TESTS_BUILDDIR}/cpp-common/test-unicode-conv" "$BT_TESTS_BT2_BIN"
104 diff --git a/tests/cpp-common/test-uuid.sh b/tests/cpp-common/test-uuid.sh
108 +++ b/tests/cpp-common/test-uuid.sh
126 +"${BT_TESTS_BUILDDIR}/cpp-common/test-uuid" "$BT_TESTS_BT2_BIN"