Skip to content

Commit

Permalink
TEST COMMIT: reenable unittests by removing qDSA, looks like it is th…
Browse files Browse the repository at this point in the history
…e problem and not libcose
  • Loading branch information
cladmi committed Aug 16, 2018
1 parent ff8e7e5 commit 4455288
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pkg/libcose/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ endif
# Declare pseudomodules here to be selfcontained
PSEUDOMODULES += libcose_crypt_%

ifneq (,$(filter cortex-m0%,$(CPU_ARCH)))
# There is a problem with the LLVM assembler, the M0(+) instruction set, and
# the assembly part of this package
TOOLCHAINS_BLACKLIST += llvm
endif
# TODO REMOVE COMMENTS I AM JUST TESTING MURDOCK for qDSA
# ifneq (,$(filter cortex-m0%,$(CPU_ARCH)))
# # There is a problem with the LLVM assembler, the M0(+) instruction set, and
# # the assembly part of this package
# TOOLCHAINS_BLACKLIST += llvm
# endif
1 change: 1 addition & 0 deletions tests/unittests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
yunjia-nrf51822 \
#
DISABLE_TEST_FOR_ARM_CORTEX_M := tests-relic
DISABLE_TEST_FOR_ARM_CORTEX_M += tests-qDSA # TODO TEST IF THIS ONE FAILS ONLY

AVR_BOARDS := arduino-duemilanove \
arduino-mega2560 \
Expand Down

0 comments on commit 4455288

Please sign in to comment.