From 83c15bb0a004ee348228217861c0eab7c5573952 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 11 Mar 2010 12:36:21 +0100 Subject: added more tests to testbench and improved testing tools --- tests/chkseq.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/chkseq.c') diff --git a/tests/chkseq.c b/tests/chkseq.c index b8088cd5..b22c8992 100644 --- a/tests/chkseq.c +++ b/tests/chkseq.c @@ -134,5 +134,10 @@ int main(int argc, char *argv[]) exit(1); } + if(!feof(fp)) { + printf("end of processing, but NOT end of file!\n"); + exit(1); + } + exit(ret); } -- cgit v1.2.3