summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/path/astar/test/Makefile
blob: c6b81faf7434ed21286e7fe6b1c1f88971d171a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
BASE = ../../../..
HOST_PROGS = test_astar
test_astar_SOURCES = test_astar.c
MODULES = path/astar
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
AVR_MCU = atmega128
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

include $(BASE)/make/Makefile.gen

check: test_astar.pl test_astar.host
	perl $^