source: branches/1.7/src/objects/RpTest.h @ 6313

Last change on this file since 6313 was 5679, checked in by ldelgass, 9 years ago

Full merge 1.3 branch to uq branch to sync. Fixed partial subdirectory merge
by removing mergeinfo from lang/python/Rappture directory.

  • Property svn:eol-style set to native
File size: 268 bytes
Line 
1
2int testStringVal( const char *testname, const char *desc,
3    const char *expected, const char *received);
4
5int testDoubleVal( const char *testname, const char *desc,
6    double expected, double received);
7
8size_t readFile ( const char *filePath, const char **buf);
Note: See TracBrowser for help on using the repository browser.