> I have one more queary, I dont want to use the configuration file
> and i want to pass the entire configuration information as arguments
> to runtest command, is this possible ?
Not that I know of. You must put all of the board parameters into a
board file and specify that with --target_board.
s_dir "/home/kalyan/etc/boards" # or whatever
>
> Cheers, Ben
>
>
> ___
> DejaGnu mailing list
> DejaGnu@gnu.org
> http://lists.gnu.org/mailman/listinfo/dejagnu
>
>
--
View this message in context:
http://ww
> I dont want to plce the configuration file in
> /usr/share/dejagnu/baseboard folder, I want to place the
> configuration file in user space.
That's fine; that's how I have always done it. You need to put this
in your site.exp:
lappend boards_dir "/home/kalyan/etc/boards"# or whatever
Chee
automatically checks
for configuration file in the mentioned path.
can some body please tell me how to change the default search path for the
configuration file.
Thanks,
-Kalyan.
--
View this message in context:
http://www.nabble.com/Placing-the-configuration-file-in-the-user-space