On Tue, 2009-02-03 at 14:19 +0800, Li Zefan wrote: > (Sorry for the long-delayed reply. I was on vacation for the Chinese > New Year.) > > > Those look good to me, thanks. :)
Thanks. Li/Miao, What about the integration of CPUSETS tests to LTP ? Regards-- Subrata > > Subrata Modak wrote: > > 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 > > ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
