New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81268


Ignore:
Timestamp:
07/28/11 06:39:04 (4 years ago)
Author:
cal@…
Message:

rev-upgrade: Fixed testcase

Location:
branches/gsoc11-rev-upgrade/base/src/machista1.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/gsoc11-rev-upgrade/base/src/machista1.0/Makefile.in

    r81266 r81268  
    4747        ${TESTS} 
    4848 
    49 # FIXME: This is broken 
    50 tests/libmachista-test: tests/libmachista-test.c libmachista.h ${SHLIB_NAME} 
    51         $(CC) $(CFLAGS) -D_POSIX_SOURCE -o $@ -I. -L. -lmachista $< 
     49tests/libmachista-test: tests/libmachista-test.c libmachista.h libmachista.o hashmap.o 
     50        $(CC) $(CFLAGS) -D_POSIX_SOURCE -o $@ -I. $< libmachista.o hashmap.o 
    5251 
  • branches/gsoc11-rev-upgrade/base/src/machista1.0/tests/libmachista-test.c

    r80467 r81268  
    116116                } 
    117117                nullterminate(architecture_name); 
    118                 printf("\tarch: %s\n", architecture_name); 
     118                //printf("\tarch: %s\n", architecture_name); 
    119119 
    120120                // search for the found architecture in libmachista output 
     
    184184                        nullterminate(lib_curr_version); 
    185185 
    186                         printf("\t\t%s, %s, %s\n", lib_path, lib_comp_version, lib_curr_version); 
     186                        //printf("\t\t%s, %s, %s\n", lib_path, lib_comp_version, lib_curr_version); 
    187187 
    188188                        // try to find the library in this architecture's list of loadcommands 
Note: See TracChangeset for help on using the changeset viewer.