File: t_ParserTest.cpp

package info (click to toggle)
muparser 2.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 740 kB
  • sloc: cpp: 6,955; ansic: 928; sh: 14; makefile: 10
file content (9 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
#include "muParserTest.h"

using namespace mu::Test;

int main(int, char**)
{
  ParserTester tester;
  return tester.Run();
}