~durga/maus/online

« back to all changes in this revision

Viewing changes to tests/cpp_unit/Interface/dataCardsTest.cpp

Builds but segv on executation of test_cpp

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
#include "gtest/gtest.h" 
18
18
 
19
 
#include "src/common/Interface/dataCards.hh"
20
 
#include "src/common/Interface/Squeal.hh"
 
19
#include "src/legacy/Interface/dataCards.hh"
 
20
#include "src/legacy/Interface/Squeal.hh"
21
21
 
22
22
#include <sstream>
23
23