Rename unittests to ceftests (issue #1632)

This commit is contained in:
Marshall Greenblatt
2016-11-18 12:31:21 -05:00
parent 8fee8ed05d
commit bd9a2c8069
92 changed files with 288 additions and 294 deletions

View File

@@ -32,12 +32,12 @@ tests/ Directory of tests that demonstrate CEF usage.
using the files in this distribution. This application demonstrates
the minimal functionality required to create a browser window.
gtest Contains the Google C++ Testing Framework used by the unittests
ceftests Contains unit tests that exercise the CEF APIs.
gtest Contains the Google C++ Testing Framework used by the ceftests
target.
shared Contains source code shared by the cefclient and unittests targets.
unittests Contains unit tests that exercise the CEF APIs.
shared Contains source code shared by the cefclient and ceftests targets.
USAGE