martinruefenacht / lemonspotter

MPI Test Generation Framework
MIT License
1 stars 0 forks source link

Parameter generation improvements #41

Open martinruefenacht opened 4 years ago

martinruefenacht commented 4 years ago

This addresses #38.

martinruefenacht commented 4 years ago

Currently this is producing 134 errorcodes again, because the argument_count and argument_list is not dereferenced correctly. All constant and function presence testing works though.

martinruefenacht commented 4 years ago

This works without crashes. Ideally we would replace malloc statements with char[...] for example. This should be addressed in #43 and #42.