From 405ddade01900b838c9d0d995ab1ec6647d35c28 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周二, 28 1月 2014 16:49:04 +0800 Subject: [PATCH] Merge pull request #12 from karlp/docupdates --- libscpi/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libscpi/Makefile b/libscpi/Makefile index d20e0a4..9fc5817 100644 --- a/libscpi/Makefile +++ b/libscpi/Makefile @@ -35,7 +35,7 @@ TESTS = $(addprefix test/, \ - test_fifo.c test_scpi_utils.c \ + test_fifo.c test_scpi_utils.c test_lib.c \ ) TESTS_OBJS = $(TESTS:.c=.o) -- Gitblit v1.9.1