Changeset 38426
- Timestamp:
- Jun 8, 2015, 10:06:40 AM (11 years ago)
- Location:
- branches/eam_branches/ohana.20150429/src/libfits
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
test/tcomptiming.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20150429/src/libfits/Makefile
r38425 r38426 26 26 TEST_LDFLAGS = $(BASE_LDFLAGS) -lFITS -lohana -ltap_ohana 27 27 28 # zlib 29 TESTPROG = imagecomp tablecomp tcomptiming ricetest 28 29 TESTXTRA = zlib tcomptiming 30 TESTPROG = imagecomp tablecomp ricetest 30 31 $(TESTPROG) : % : $(TESTBIN)/% 32 $(TESTXTRA) : % : $(TESTBIN)/% 31 33 test: $(TESTPROG) 32 34 for i in $(TESTPROG); do $(TESTBIN)/$$i 2>&1 | $(TESTHARNESS); done -
branches/eam_branches/ohana.20150429/src/libfits/test/tcomptiming.c
r38425 r38426 8 8 char *cmptype[] = {"NONE", "NONE_1", "NONE_2", "GZIP_1", "GZIP_2", "RICE_1", "RICE_ONE", "AUTO", NULL}; 9 9 10 static int Nval = 30000000;10 static int Nval = 1000000; 11 11 12 12 int main (int argc, char **argv) {
Note:
See TracChangeset
for help on using the changeset viewer.
