Build internal muparser more simply
[alexxy/gromacs.git] / src / external / muparser / test / t_ParserTest.cpp
1 #include "muParserTest.h"
2
3 using namespace mu::Test;
4
5 int main(int, char**)
6 {
7   ParserTester tester;
8   return tester.Run();
9 }