summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2006-01-01 17:28:26 +0000
committerMauro Carvalho Chehab <devnull@localhost>2006-01-01 17:28:26 +0000
commit7d64e2bc593d45a82d1db19644fa7e0ea50224f2 (patch)
tree3f8e37f5673eca7dd2bb787ac256425fcbf917b8 /test/Makefile
parent71db43485e0f1643932551bbdfed881d7ff2c7a8 (diff)
downloadmediapointer-dvb-s2-7d64e2bc593d45a82d1db19644fa7e0ea50224f2.tar.gz
mediapointer-dvb-s2-7d64e2bc593d45a82d1db19644fa7e0ea50224f2.tar.bz2
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 <mchehab@brturbo.com.br>
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile11
1 files changed, 11 insertions, 0 deletions
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)
+