]> cloudbase.mooo.com Git - irmp.git/blobdiff - makefile.lnx
Version 1.6.3: merged manchester decoding, changed output formats of debug modes...
[irmp.git] / makefile.lnx
index 3b774d4e65a7a3e3a088ab4d8a5d0cdd6e90697d..6972ee6d80df08ea627317bd4f0b42d550fca1d3 100644 (file)
@@ -7,7 +7,7 @@
 #\r
 # Copyright (c) 2010 Frank Meyer - frank(at)fli4l.de\r
 #\r
-# $Id: makefile.lnx,v 1.5 2010/06/08 23:34:14 fm Exp $\r
+# $Id: makefile.lnx,v 1.6 2010/06/11 14:47:24 fm Exp $\r
 #----------------------------------------------------------------------------\r
 all:   irmp irmp-15kHz irsnd irsnd-15kHz\r
 \r
@@ -23,5 +23,8 @@ irsnd: irsnd.c irsnd.h irmp.h irsndconfig.h
 irsnd-15kHz: irsnd.c irsnd.h irmp.h irsndconfig.h\r
        cc -Wall -DF_INTERRUPTS=15000 irsnd.c -o irsnd-15kHz\r
 \r
+test: all\r
+       cd IR-Data && ./test-suite.sh\r
+\r
 clean:\r
        rm -f irmp irmp-15kHz irsnd irsnd-15kHz\r