From 7d64e2bc593d45a82d1db19644fa7e0ea50224f2 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sun, 1 Jan 2006 17:28:26 +0000 Subject: Added a test area to CVS. - Added a test area to CVS. - Included a small dumb app to test all ioctls. Signed-off-by: Mauro Carvalho Chehab --- test/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/Makefile (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 000000000..3690fb3e8 --- /dev/null +++ b/test/Makefile @@ -0,0 +1,11 @@ +FILES = ioctl-test +CC = gcc +LIBS = +CFLAGS = -O3 -Wall -fomit-frame-pointer -funroll-loops -g -I ../linux/include +LDFLAGS = + +all: $(FILES) + +clean: + -rm -f core core.[0123456789]* *~ *.o $(FILES) + -- cgit v1.2.3