Testing: Removed old file 'testall'. Testing will be handled by

'tests.cpp'.
This commit is contained in:
Daniel Marjamäki 2008-02-16 16:58:49 +00:00
parent 851e81cd12
commit 025e321892
2 changed files with 0 additions and 10 deletions

View File

@ -1,9 +0,0 @@
#!/bin/bash
for X in test*
do
./cppcheck $X/$X.cpp
done

View File

@ -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 );
}
//---------------------------------------------------------------------------