From 4925f462dc0eeb608d7adba379dd04771f92eb51 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周一, 24 6月 2013 21:51:20 +0800 Subject: [PATCH] Add support for optional command header part --- libscpi/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libscpi/Makefile b/libscpi/Makefile index e58cd39..75caea6 100644 --- a/libscpi/Makefile +++ b/libscpi/Makefile @@ -36,7 +36,7 @@ TESTS = $(addprefix test/, \ - test_fifo.c test_scpi_utils.c test_lexer.c \ + test_fifo.c test_scpi_utils.c test_lexer_parser.c\ ) TESTS_OBJS = $(TESTS:.c=.o) -- Gitblit v1.9.1