Rename robot.resource to exclude it from needing a license

This commit is contained in:
Jakub Jatczak 2020-12-17 10:23:40 +01:00
parent f6fd141df4
commit 4c76baa8fa
2 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ TFLM_ROOT_DIR=${SCRIPT_DIR}/..
RESC_PATH=${TFLM_ROOT_DIR}/testing/bluepill.resc
# Robot file with definition of custom keywords used in test suite.
ROBOT_RESOURCE=${TFLM_ROOT_DIR}/testing/robot.resource
ROBOT_RESOURCE=${TFLM_ROOT_DIR}/testing/robot.resource.txt
# Renode's entrypoint for using the Robot Framework.
RENODE_TEST_SCRIPT=${TFLM_ROOT_DIR}/tools/make/downloads/renode/test.sh