Index: trunk/tests/Makefile =================================================================== --- trunk/tests/Makefile (revision 4679) +++ trunk/tests/Makefile (revision 4680) @@ -5,3 +5,4 @@ cd pcb-printf && make all && make test cd uniq_name && make all && make test cd propedit && make all && make test + cd remote && make all && make test Index: trunk/tests/remote/Makefile =================================================================== --- trunk/tests/remote/Makefile (revision 4679) +++ trunk/tests/remote/Makefile (revision 4680) @@ -2,6 +2,8 @@ REM=$(ROOT)/src_plugins/hid_remote CFLAGS = -Wall -g -I$(REM) -I$(ROOT)/src -I$(ROOT) +all: test_parse + test_parse: test_parse.o test_parse.o: test_parse.c $(REM)/proto_lowcommon.h $(REM)/proto_lowparse.h $(REM)/proto_lowdbg.h