From ba22a750093f5b918aefd58ba698f38dff6a14e1 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: ćšć, 20 6æ 2013 22:03:49 +0800 Subject: [PATCH] Unexpected character handling --- 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