~christopher-hunt08/maus/maus_mc_control

« back to all changes in this revision

Viewing changes to tests/cpp_unit/Interface/SquealTest.cc

  • Committer: Durga Rajaram
  • Date: 2013-07-24 00:19:08 UTC
  • mfrom: (659.1.72 release-candidate)
  • Revision ID: durga@fnal.gov-20130724001908-hw36h7kefglgaw3l
Tags: MAUS-v0.6.0
MAUS-v0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// MAUS WARNING: THIS IS LEGACY CODE.
2
 
/* This file is part of MAUS: http://micewww.pp.rl.ac.uk/projects/maus
3
 
 *
4
 
 * MAUS is free software: you can redistribute it and/or modify
5
 
 * it under the terms of the GNU General Public License as published by
6
 
 * the Free Software Foundation, either version 3 of the License, or
7
 
 * (at your option) any later version.
8
 
 *
9
 
 * MAUS is distributed in the hope that it will be useful,
10
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
 
 * GNU General Public License for more details.
13
 
 *
14
 
 * You should have received a copy of the GNU General Public License
15
 
 * along with MAUS.  If not, see <http://www.gnu.org/licenses/>.
16
 
 *
17
 
 */
18
 
 
19
 
#include "gtest/gtest.h"
20
 
 
21
 
TEST(SquealTest, SquealTest) {
22
 
}