Changeset 228 for test/Makefile


Ignore:
Timestamp:
04/18/11 16:25:46 (13 years ago)
Author:
tim
Message:

added a test case for pyregfi multithreaded use
updated the regfi multithreaded test case
fixed several ctypes interface problems in pyregfi
added locking to pyregfi iterators for thread safety
fixed regfi talloc race conditions with an additional lock

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile

    r180 r228  
    55OPTS=-std=gnu99 -pedantic -Wall -ggdb
    66INC:=-I../trunk/include -I../trunk/src -I/usr/local/include
    7 LIB=-L/usr/local/lib -lm -lpthread
     7LIB=-L/usr/local/lib -lm -lpthread -ltalloc
    88
    99REGFI_THREADTEST=regfi-threadtest
     
    1414
    1515deps:
    16         cd ../trunk && $(MAKE) clean
    17         cd ../trunk && $(MAKE) lib
     16        cd ../trunk && scons libregfi
    1817
    1918$(REGFI_THREADTEST): regfi-threadtest.o
Note: See TracChangeset for help on using the changeset viewer.