Skip to content

Commit

Permalink
REMOVE ME! limit murdock builds to libSCHC test application
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Aug 26, 2022
1 parent f154e5b commit a518385
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .murdock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# uncomment and change this to limit builds, e.g.,
#export BOARDS="samr21-xpro native"
# and / or
#export APPS="examples/hello-world tests/unittests"
export APPS="tests/pkg_libschc"

#
: ${TEST_BOARDS_AVAILABLE:="esp32-wroom-32 samr21-xpro"}
Expand Down
3 changes: 2 additions & 1 deletion makefiles/tests/tests.inc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ TESTS ?= $(foreach file,$(wildcard $(APPDIR)/tests/*[^~]),\
TEST_DEPS += $(TERMDEPS)

test: $(TEST_DEPS)
$(Q) for t in $(TESTS); do \
$(Q) pip3 freeze; \
for t in $(TESTS); do \
$$t || exit 1; \
done

Expand Down

0 comments on commit a518385

Please sign in to comment.