Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Haster <chaster@utexas.edu>2018-01-29 19:42:45 +0300
committerChristopher Haster <chaster@utexas.edu>2018-01-30 03:37:48 +0300
commit88f678f4c6e33e6250e102cc87f51e8a358931bb (patch)
tree9d7dd41464de89bcebee7155ba9e6375b4189efb /Makefile
parent3ef4847434bbf9e8224000c3a76fe3dff90ee250 (diff)
Fixed self-assign warning in tests
Some of the tests were creating a variable `res`, however the test system itself relies on it's own `res` variable. This worked out by luck, but could lead to problems if the res variables were different types. Changed the generated variable in the test system to the less common name `test`, which also works out to share the same prefix as other test functions.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions