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 b643136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
1 change: 1 addition & 0 deletions makefiles/tests/tests.inc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ TESTS ?= $(foreach file,$(wildcard $(APPDIR)/tests/*[^~]),\
TEST_DEPS += $(TERMDEPS)

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

0 comments on commit b643136

Please sign in to comment.