diff options
author | Christoph Mallon | 2011-08-07 11:38:42 +0200 |
---|---|---|
committer | Johannes Schickel | 2011-08-07 13:53:33 +0200 |
commit | bf580e6e6b9af3a545dfd7105aa4e5d691443495 (patch) | |
tree | 91f6898f5a2c24b335c5ecf1fdee1edca2ecb1bf /test/README | |
parent | 2c9fdf0df754176a375d5079c7e8578c6701630a (diff) | |
download | scummvm-rg350-bf580e6e6b9af3a545dfd7105aa4e5d691443495.tar.gz scummvm-rg350-bf580e6e6b9af3a545dfd7105aa4e5d691443495.tar.bz2 scummvm-rg350-bf580e6e6b9af3a545dfd7105aa4e5d691443495.zip |
JANITORIAL: Add missing NL at EOF.
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README b/test/README index 479b290967..25c378374e 100644 --- a/test/README +++ b/test/README @@ -2,4 +2,4 @@ This directory contains some unit tests for ScummVM. They are based on CxxTest <http://cxxtest.com/>, which you can find in the cxxtest subdirectory, including its manual. -To run the unit tests, simply use "make test".
\ No newline at end of file +To run the unit tests, simply use "make test". |