~s-cecilio/lomse/master

« back to all changes in this revision

Viewing changes to src/tests/lomse_test_parser.cpp

  • Committer: cecilios
  • Date: 2010-10-10 13:35:19 UTC
  • Revision ID: git-v1:2b333198c3033525d15763b84eaf79dac9fdab80
Preparing to use CMake. Updating with new code and missing files. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
//  You should have received a copy of the GNU General Public License along
14
14
//  with Lomse; if not, see <http://www.gnu.org/licenses/>.
15
15
//
16
 
//
17
 
//
18
16
//  For any comment, suggestion or feature request, please contact the manager of
19
17
//  the project at cecilios@users.sourceforge.net
20
18
//
21
19
//-------------------------------------------------------------------------------------
22
20
 
23
 
#ifdef _LM_DEBUG_
 
21
#ifdef _LOMSE_DEBUG
24
22
 
25
23
#include <UnitTest++.h>
26
24
#include <iostream>
255
253
 
256
254
};
257
255
 
258
 
#endif  // _LM_DEBUG_
 
256
#endif  // _LOMSE_DEBUG
259
257
 
260
258