 |
|
 |
|
| Files: |
1 |
|
Branches Taken: |
50.0% |
2 / 4 |
| Generated: |
2009-05-17 22:47 |
|
Branches Executed: |
100.0% |
4 / 4 |
| |
|
Line Coverage: |
100.0% |
4 / 4 |
| |
 |
|
 |
1 : //===--- unittests/TestMain.cpp - unittest driver -------------------------===//
2 : //
3 : // The LLVM Compiler Infrastructure
4 : //
5 : // This file is distributed under the University of Illinois Open Source
6 : // License. See LICENSE.TXT for details.
7 : //
8 : //===----------------------------------------------------------------------===//
9 :
10 : #include "gtest/gtest.h"
11 :
12 2: int main(int argc, char **argv) {
13 2: testing::InitGoogleTest(&argc, argv);
14 2: return RUN_ALL_TESTS();
2: branch 0 taken
0: branch 1 not taken
2: branch 2 taken
0: branch 3 not taken
15 4: }
Generated: 2009-05-17 22:47 by zcov