Change the target the test suite uses when compiling sketches to avoid duplicate compilation

pull/950/head
Jesse Vincent 4 years ago
parent e96d06893c
commit 820560f77c
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -40,7 +40,7 @@ compile-sketch:
OUTPUT_PATH="${LIB_DIR}" \
VERBOSE=${VERBOSE} \
ARCH=virtual DEFAULT_SKETCH=sketch \
$(MAKE) -f ${top_dir}/testing/makefiles/delegate.mk
$(MAKE) -f ${top_dir}/testing/makefiles/delegate.mk compile
g++ -o "${BIN_DIR}/${BIN_FILE}" \
-lpthread \
-g \

Loading…
Cancel
Save