File: t_ParserTest.cpp

package info (click to toggle)
librepcb 1.2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 58,484 kB
  • sloc: cpp: 267,986; python: 12,100; ansic: 6,899; xml: 234; sh: 215; makefile: 115; perl: 73
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();
}