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

Commit 499beaa

Browse files
committed
test-apps/TestWeaveTool.py has a dependency on tools/weave/weave. Consequently, ensure that tools/weave is iterated before test-apps.
1 parent 1ffe19c commit 499beaa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Makefile.am

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#
2-
# Copyright (c) 2014-2017 Nest Labs, Inc.
2+
# Copyright (c) 2014-2018 Nest Labs, Inc.
3+
# Copyright (c) 2018 Google LLC
34
# All rights reserved.
45
#
56
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -140,8 +141,8 @@ SUBDIRS = \
140141
$(MAYBE_DEVICE_MANAGER_SUBDIRS) \
141142
wrappers/jni \
142143
ra-daemon \
143-
test-apps \
144144
tools/weave \
145+
test-apps \
145146
test-apps/fuzz \
146147
tools/misc \
147148
$(EXAMPLES_SUBDIR) \

0 commit comments

Comments
 (0)