solo5: update bindings

Update the Solo5 upstream to accomadate changes to the Block session and
stack protection support in the base library.

Ref #3275
Ref #3283
This commit is contained in:
Emery Hemingway
2019-04-10 13:51:32 +02:00
committed by Christian Helmuth
parent b85071174a
commit 3e848dff10
8 changed files with 66 additions and 16 deletions

View File

@ -0,0 +1 @@
include $(REP_DIR)/src/test/solo5/test.inc

View File

@ -1,7 +1,9 @@
TEST_NAME := test_$(subst $(REP_DIR)/src/test/solo5/,,$(PRG_DIR))
TARGET = solo5-$(TEST_NAME)
LIBS += solo5
LIBS += base solo5
CC_OPT += -fstack-protector-strong
SRC_C += $(TEST_NAME).c