summaryrefslogtreecommitdiff
path: root/makefile.lnx
diff options
context:
space:
mode:
authorukw2010-06-11 14:41:08 +0000
committerukw2010-06-11 14:41:08 +0000
commit77f488bb850739cdd6170e7a9d3ae72d67283e9d (patch)
treece1d7e05783e7a0702633734eb2381b937ded1c1 /makefile.lnx
parent02dbaeffae89ad466196bf621ea1d05f397a1417 (diff)
downloadirmp-77f488bb850739cdd6170e7a9d3ae72d67283e9d.zip
Version 1.6.3: merged manchester decoding, changed output formats of debug modes, optimzed timing parameters for some protocols
git-svn-id: svn://mikrocontroller.net/irmp@26 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'makefile.lnx')
-rw-r--r--makefile.lnx5
1 files changed, 4 insertions, 1 deletions
diff --git a/makefile.lnx b/makefile.lnx
index 3b774d4..6972ee6 100644
--- a/makefile.lnx
+++ b/makefile.lnx
@@ -7,7 +7,7 @@
#
# Copyright (c) 2010 Frank Meyer - frank(at)fli4l.de
#
-# $Id: makefile.lnx,v 1.5 2010/06/08 23:34:14 fm Exp $
+# $Id: makefile.lnx,v 1.6 2010/06/11 14:47:24 fm Exp $
#----------------------------------------------------------------------------
all: irmp irmp-15kHz irsnd irsnd-15kHz
@@ -23,5 +23,8 @@ irsnd: irsnd.c irsnd.h irmp.h irsndconfig.h
irsnd-15kHz: irsnd.c irsnd.h irmp.h irsndconfig.h
cc -Wall -DF_INTERRUPTS=15000 irsnd.c -o irsnd-15kHz
+test: all
+ cd IR-Data && ./test-suite.sh
+
clean:
rm -f irmp irmp-15kHz irsnd irsnd-15kHz