Hello sir,
I am a student of  GNDU , Amritsar. I have just downloaded your utility
binutils.
>From the Readme file i have got your address.
Hoping to get your expert guidence for my project, i have used your mail
address.
I have to make a small utility for automatic generation of  the testcases
for simple if statements. 

e.g  if we have an if statement like the following:----

if ( ( (a>=9)&&(b<10) ) || (c!=5))
        A       B        C
possible test cases are :-
        A       B        C      Net Status of Test Condition.
        T       T       F               T
        T       F       F               F
        F       T       F               F
        T       F       T               T
I am not able to develope an algorithm for this type of test conditions.
Such conditions can be more complex also. e.g anding and oring of  10
conditions.
So please help me in giving a generalised solution to this problem.
 
So kindly give me some clues about its solution.

Waiting for your reply,
(Mukesh Kumar )


_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb

Reply via email to