]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - avr-makefile.inc
integrated automatic testing scrips (1/2)
[avr-crypto-lib.git] / avr-makefile.inc
index 4d9555ca6385158cec223a2e68f21b02690ccd69..3585afe3578eb8910393ec23b9abb961576a9274 100644 (file)
@@ -9,7 +9,10 @@ BIN_DIR        = bin/
 TESTBIN_DIR    = test_bin/
 #uisp -dprog=bsd -dlpt=/dev/parport1 --upload if=$(PRG).hex
 ERASECMD       = 
-
+TESTPORT       = /dev/ttyUSB1
+TESTPORTBAUDR  = 9600
+TESTLOG_DIR    = testlog/
+TESTPREFIX     = nessie-
 CC          = avr-gcc
 
 override CFLAGS        = -MMD -MF$(DEP_DIR)$(patsubst %.c,%.d,$<) -pedantic -std=c99 -Wall -Wstrict-prototypes  $(OPTIMIZE) -mmcu=$(MCU_TARGET) $(DEFS)