Hello, probably it is too late to be involved in GSoC, by I want discuss following idea:
KLEE can generate tests only for main function level without any modifications of original code. It passes args specified by command line. I want implement automatic testcase generation for any imported function from tested code without its modification. First: parsing test code would collect input/output variables and global data. Second: variating by KLEE of input and global data used by function will provide basic testcase. Third: generated testcases could be exported to test framewort (e.g. Google Test Framework). This technic will be usefull for regress testing libraries stability and for check design by contract implementation. I'm doing it as part of my MPhil work at MSU. Looking forward for any advice. -- Best Regards, Anton Vasilyev
_______________________________________________ klee-dev mailing list [email protected] https://mailman.ic.ac.uk/mailman/listinfo/klee-dev
