equal
deleted
inserted
replaced
81 public: |
81 public: |
82 GlobalValueTestSuite (); |
82 GlobalValueTestSuite (); |
83 }; |
83 }; |
84 |
84 |
85 GlobalValueTestSuite::GlobalValueTestSuite () |
85 GlobalValueTestSuite::GlobalValueTestSuite () |
86 : TestSuite ("global-value", BVT) |
86 : TestSuite ("global-value", UNIT) |
87 { |
87 { |
88 AddTestCase (new GlobalValueTestCase); |
88 AddTestCase (new GlobalValueTestCase); |
89 } |
89 } |
90 |
90 |
91 static GlobalValueTestSuite globalValueTestSuite; |
91 static GlobalValueTestSuite globalValueTestSuite; |