Bridge++  Ver. 1.1.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
run_test.cpp
Go to the documentation of this file.
1 /*
2  @file $Id: run_test.cpp #$
3 
4  @brief
5 
6  @author
7  $LastChangedBy: namekawa $
8 
9  @date $LastChangedDate: 2013-04-08 18:00:27 #$
10 
11  @version $LastChangedRevision: 935 $
12 */
13 
14 #include "main.h"
15 #include "testlist.h"
16 
17 //====================================================================
18 int run_test()
19 {
22 
25 
28 
31 
33 
35 
37 
40 
41 
46 
48 
52 
54 
56 
59 
60 #ifdef USE_MPI
61  // these tests run only in single-node environment.
62 #else
63  //- NB. CRS tests are skipped, because they are time-consuming.
64  // Test_Spectrum_CRSMatrix::clover_lex();
65  // Test_Spectrum_CRSMatrix::domainwall();
66  // Test_Spectrum_CRSMatrix::overlap_5d();
67 #endif
68 
69 
72 
74 
76 
78 
82 
84 
88 
90 
94 
100 
102 
103  return 0;
104 }