Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 4e30f69

Browse files
authored
Merge pull request #454 from robszewczyk/cleanup/test-driver-refactoring
Relocate the test-driver script to clarify its ownership
2 parents 4221889 + 7e60431 commit 4e30f69

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/test-apps/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ EXTRA_DIST = \
6363
test-file-development.txt \
6464
test-weave-device-descriptor-encode.sh \
6565
weave-bdx-client.cpp \
66-
weave-parallel-test-engine \
6766
$(NULL)
6867

6968
SUBDIRS = \
@@ -74,7 +73,7 @@ SUBDIRS = \
7473
# Define a package-specific test driver (for 'make check').
7574
#
7675

77-
LOG_DRIVER=$(abs_srcdir)/weave-parallel-test-engine
76+
LOG_DRIVER=$(abs_top_srcdir)/third_party/autoconf/repo/weave-parallel-test-engine
7877

7978
#
8079
# Local headers to build against and distribute but not to install

third_party/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ EXTRA_DIST = \
2929
android/platform-system/README.third_party \
3030
cstyle \
3131
nlbuild-autotools \
32+
autoconf \
3233
$(NULL)
3334

3435
# Always package (e.g. for 'make dist') these subdirectories.

0 commit comments

Comments
 (0)