0

I want to test a C code under valgrind with different option. And I want to be able to capture all the outputs and report test success/fail depending on the result of those runs. Initially I thought of perl module Test::Valgrind but was not able to use it. Is there any other option to do this?

Pritesh Acharya
  • 1,596
  • 5
  • 15
  • 36

1 Answers1

0

Nearly all available languages provide means of capturing output of external program runs.

Community
  • 1
  • 1
Armali
  • 18,255
  • 14
  • 57
  • 171