gamename wrote: > Hi, > > Can anyone recommend a good method of using python to generate c > source code? I have tables of test cases to use as input to a > process which would generate the test's source code. The Cheetah tool > looks interesting. Has anyone used it? Any other suggestions?
How about using c-types to access your C-stuff to test, and use python + the testcase-tables to invoke that? Diez -- http://mail.python.org/mailman/listinfo/python-list
