Changeset 38492
- Timestamp:
- Jun 19, 2015, 8:59:52 AM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150616/Ohana/src/libfits/test
- Files:
-
- 3 edited
-
imagecomp.c (modified) (4 diffs)
-
tablecomp.c (modified) (1 diff)
-
tcomptiming.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150616/Ohana/src/libfits/test/imagecomp.c
r38427 r38492 11 11 int bitpix[] = {8, 16, 32, -32, -64, 0}; 12 12 13 // char *cmptype[] = {"GZIP_1", NULL};14 // int bitpix[] = {16, 0};13 // char *cmptype[] = {"NONE", NULL}; 14 // int bitpix[] = {16, 0}; 15 15 16 16 static int NX = 10; … … 31 31 test_compress_fulltile (bitpix[j], cmptype[i]); 32 32 test_compress_fullrange (bitpix[j], cmptype[i]); 33 ok (ohana_memcheck (TRUE), "no memory corruption"); 33 34 } 34 35 } … … 42 43 test_compress_fulltile (bitpix[j], cmptype[i]); 43 44 test_compress_fullrange (bitpix[j], cmptype[i]); 45 ok (ohana_memcheck (TRUE), "no memory corruption"); 44 46 } 45 47 } … … 53 55 test_compress_fulltile (bitpix[j], cmptype[i]); 54 56 test_compress_fullrange (bitpix[j], cmptype[i]); 57 ok (ohana_memcheck (TRUE), "no memory corruption"); 55 58 } 56 59 } -
branches/eam_branches/ipp-20150616/Ohana/src/libfits/test/tablecomp.c
r38418 r38492 27 27 test_compress_fullrange (cmptype[i]); 28 28 test_compress_empty (cmptype[i]); 29 ok (ohana_memcheck _func(TRUE), "no memory corruption");29 ok (ohana_memcheck (TRUE), "no memory corruption"); 30 30 } 31 31 -
branches/eam_branches/ipp-20150616/Ohana/src/libfits/test/tcomptiming.c
r38429 r38492 29 29 gfits_uncompress_timing(); 30 30 } 31 ok (ohana_memcheck _func(TRUE), "no memory corruption");31 ok (ohana_memcheck (TRUE), "no memory corruption"); 32 32 33 33 return exit_status();
Note:
See TracChangeset
for help on using the changeset viewer.
