GiNaCRA  0.6.4
settings.cpp
Go to the documentation of this file.
00001 
00030 #include "settings.h"
00031 
00032 namespace GiNaCRA
00033 {
00034     std::string CPPUNITSettings::TESTSUITE_ALL        = "All Tests";
00035     std::string CPPUNITSettings::TESTSUITE_UNIVARIATE = "Univariate Tests";
00036 }