Page 1 of 1

settings into menuconfig for unit-test-app

Posted: Sat May 27, 2017 7:58 am
by rajkumar patel
hi guys,

i'm trying to use unit-test-app provided in esp idf of esp32 under tools folder.
i performed settings as mentioned over this page:

http://gitdemo.readthedocs.io/en/latest/unit-tests.html

before performing build they are asking to perform menuconfig settings for unit-test-app, but i'm not finding any into my idf.
i'm using esp-idf-v2.0 right now. am i missing out something? or is there any who has faced the same trouble?

regards.
thanks.

Re: settings into menuconfig for unit-test-app

Posted: Sat May 27, 2017 9:36 am
by ESP_igrr
What do you mean by "i'm not finding any into my idf"?
If you are getting some error when running make menuconfig, can you post the error?
If you don't want to configure the unit-test-app in a specific way, you can run make defconfig instead, which will select default configuration settings.

Re: settings into menuconfig for unit-test-app

Posted: Mon May 29, 2017 4:34 am
by rajkumar patel
actually, i following the link which i've given in my earlier post for building test. on that page, under Building unit test app section, before building unit test there's a step quoted like"make menuconfig - configure unit test app." This is bothering me. because, i am not finding any configuration option related to unit test app in menuconfig window of my idf.
i think my problem is much clearer to you now.

regards.

Re: settings into menuconfig for unit-test-app

Posted: Mon May 29, 2017 5:02 am
by WiFive
I think there are no kconfig options specific to unit-test-app only. So don't look for a separate menu for that.

Re: settings into menuconfig for unit-test-app

Posted: Mon May 29, 2017 6:32 am
by rajkumar patel
yeah,

one can ignore that uniy-test-app config related line as there's no any config option into menuconfig specifically for this tool.
i tried testing several provided components' test and this tool is working just fine.
thanks to both of you for your responses over this topic.

:D
regards.