simple.cxx 290 B

12345678910111213141516171819
  1. #include <stdio.h>
  2. #include <string.h>
  3. #include "testlib.h"
  4. #include "testdp.h"
  5. int main ()
  6. {
  7. if (strcmp(animal,"SIZZLING"))
  8. {
  9. fprintf(stderr,"Get definitions from a subdir did not work\n");
  10. return -2;
  11. }
  12. if(TestLib() != 1.0)
  13. {
  14. return -1;
  15. }
  16. return 0;
  17. }