-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests/vfs*: Model kconfig #19403
tests/vfs*: Model kconfig #19403
Conversation
Murdock results❌ FAILED 2be3a22 tests/vfs_default: Model kconfig
Build failures (1)
Artifacts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason the symbols seem not to be found
Yup, I will look into it, I guess not as simple as I had hoped. |
63d43ed
to
87da708
Compare
squashed the fix, I don't think it is helpful for review 😃 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to the makefile deps this looks good to me.
@@ -0,0 +1,6 @@ | |||
CONFIG_MODULE_VFS_DEFAULT=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still missing CONFIG_MODULE_VFS=y
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yup
87da708
to
2be3a22
Compare
hehehe, I see why this wasn't added... |
Seems that a bit more modelling is required :) |
Needs other modules and packages modelled... |
needs rebase |
Also not complete. There are some other things I need to do first for this so we can keep it on the backburner for now. |
What is missing ? fs packages ? |
no longer needed |
Contribution description
Simple model of kconfig for vfs tests.
Testing procedure
./dist/tools/compile_test/compile_like_murdock.py -a tests/vfs_iterate_mount/ -b all
Issues/PRs references