From 025e32189276538d88f612a418baf232cd579616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 16 Feb 2008 16:58:49 +0000 Subject: [PATCH] Testing: Removed old file 'testall'. Testing will be handled by 'tests.cpp'. --- testall | 9 --------- tests.cpp | 1 - 2 files changed, 10 deletions(-) delete mode 100755 testall diff --git a/testall b/testall deleted file mode 100755 index b2dfc907c..000000000 --- a/testall +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -for X in test* -do -./cppcheck $X/$X.cpp -done - - - diff --git a/tests.cpp b/tests.cpp index 307df0a31..81b5a4cbf 100644 --- a/tests.cpp +++ b/tests.cpp @@ -155,6 +155,5 @@ static void buffer_overrun() "[test.cpp:15]: A string with unknown length is copied to buffer.\n"; buffer_overrun_check( __LINE__, test7, err7 ); - } //---------------------------------------------------------------------------