]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
r9346:
authorArlin Davis <ardavis@ichips.intel.com>
Thu, 7 Sep 2006 18:09:11 +0000 (18:09 +0000)
committerArlin Davis <ardavis@ichips.intel.com>
Thu, 7 Sep 2006 18:09:11 +0000 (18:09 +0000)
inadvertently added evdtest to makefile when testing dat_evd_set_unwaitable fix with openib_cma provider

test/dtest/makefile

index 64284861f91fe7cfff2416f55df176440c28d2ed..858d77fdca66d37545ebb3d02b7736bfb3ec2b42 100644 (file)
@@ -4,7 +4,7 @@ CFLAGS     = -O2 -g
 DAT_INC = ../../dat/include
 DAT_LIB = /usr/local/lib
 
-all: dtest evdtest
+all: dtest 
 
 clean:
        rm -f *.o;touch *.c;rm -f dtest
@@ -14,8 +14,3 @@ dtest: ./dtest.c
        -DDAPL_PROVIDER='"OpenIB-cma"' \
        -I $(DAT_INC) -L $(DAT_LIB) -ldat
 
-evdtest: ./evdtest.c
-       $(CC) $(CFLAGS) ./evdtest.c -o evdtest \
-       -DDAPL_PROVIDER='"OpenIB-cma"' \
-       -I $(DAT_INC) -L $(DAT_LIB) -ldat
-