
test_SOURCE=test_srv.c vty.c util.c ../logging.c
CFLAGS=-I.. -g

test: $(test_SOURCE)
	gcc $(test_SOURCE) -o $@ $(CFLAGS)