Signed-Off-By: Subrata Modak<[email protected]>,
--
diff -uprN
ltp-intermediate-20090121/testcases/kernel/io/direct_io/Makefile
ltp-intermediate-20090121.modified/testcases/kernel/io/direct_io/Makefile
--- ltp-intermediate-20090121/testcases/kernel/io/direct_io/Makefile
2009-01-23 15:53:37.000000000 +0530
+++
ltp-intermediate-20090121.modified/testcases/kernel/io/direct_io/Makefile
2009-01-23 16:02:24.000000000 +0530
@@ -10,10 +10,10 @@ CFLAGS+= -O -Wall -DSHARED_OFILE -D_GN
LOADLIBES+= -lltp
SRCS= diotest1.c diotest2.c diotest3.c diotest4.c diotest5.c \
- diotest6.c
+ diotest6.c dma_thread_diotest7.c
BINS= diotest1 diotest2 diotest3 diotest4 diotest5 \
- diotest6
+ diotest6 dma_thread_diotest7
all: diotest_routines.o bins
@@ -46,9 +46,13 @@ diotest6: diotest6.c diotest_routines.o
$(CC) -o diotest6 diotest_routines.o diotest6.c $(CFLAGS) $(LDFLAGS)
$(LOADLIBES)
rm -f diotest6.o
+dma_thread_diotest7: dma_thread_diotest7.c
+ $(CC) -g -o dma_thread_diotest7 dma_thread_diotest7.c -lpthread
+
clean:
rm -f $(BINS) diotest_routines.o
install:
ln -f $(BINS) ../../../bin
+ ln -f test_dma_thread_diotest7.sh ../../../bin/
Regards--
Subrata
diff -uprN ltp-intermediate-20090121/testcases/kernel/io/direct_io/Makefile ltp-intermediate-20090121.modified/testcases/kernel/io/direct_io/Makefile
--- ltp-intermediate-20090121/testcases/kernel/io/direct_io/Makefile 2009-01-23 15:53:37.000000000 +0530
+++ ltp-intermediate-20090121.modified/testcases/kernel/io/direct_io/Makefile 2009-01-23 16:02:24.000000000 +0530
@@ -10,10 +10,10 @@ CFLAGS+= -O -Wall -DSHARED_OFILE -D_GN
LOADLIBES+= -lltp
SRCS= diotest1.c diotest2.c diotest3.c diotest4.c diotest5.c \
- diotest6.c
+ diotest6.c dma_thread_diotest7.c
BINS= diotest1 diotest2 diotest3 diotest4 diotest5 \
- diotest6
+ diotest6 dma_thread_diotest7
all: diotest_routines.o bins
@@ -46,9 +46,13 @@ diotest6: diotest6.c diotest_routines.o
$(CC) -o diotest6 diotest_routines.o diotest6.c $(CFLAGS) $(LDFLAGS) $(LOADLIBES)
rm -f diotest6.o
+dma_thread_diotest7: dma_thread_diotest7.c
+ $(CC) -g -o dma_thread_diotest7 dma_thread_diotest7.c -lpthread
+
clean:
rm -f $(BINS) diotest_routines.o
install:
ln -f $(BINS) ../../../bin
+ ln -f test_dma_thread_diotest7.sh ../../../bin/
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list