IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38426


Ignore:
Timestamp:
Jun 8, 2015, 10:06:40 AM (11 years ago)
Author:
eugene
Message:

dial tcomptiming back to a modest size; move tcomptiming out of default tests

Location:
branches/eam_branches/ohana.20150429/src/libfits
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20150429/src/libfits/Makefile

    r38425 r38426  
    2626TEST_LDFLAGS  = $(BASE_LDFLAGS) -lFITS -lohana -ltap_ohana
    2727
    28 # zlib
    29 TESTPROG = imagecomp tablecomp tcomptiming ricetest
     28
     29TESTXTRA = zlib tcomptiming
     30TESTPROG = imagecomp tablecomp ricetest
    3031$(TESTPROG) : % : $(TESTBIN)/%
     32$(TESTXTRA) : % : $(TESTBIN)/%
    3133test: $(TESTPROG)
    3234        for i in $(TESTPROG); do $(TESTBIN)/$$i 2>&1 | $(TESTHARNESS); done
  • branches/eam_branches/ohana.20150429/src/libfits/test/tcomptiming.c

    r38425 r38426  
    88char *cmptype[] = {"NONE", "NONE_1", "NONE_2", "GZIP_1", "GZIP_2", "RICE_1", "RICE_ONE", "AUTO", NULL};
    99
    10 static int Nval = 30000000;
     10static int Nval = 1000000;
    1111
    1212int main (int argc, char **argv) {
Note: See TracChangeset for help on using the changeset viewer.