summaryrefslogtreecommitdiffstats
path: root/yaml-cpp/test/main.cpp
blob: 64c69f1075c2f8a8fdf0d352db4e5c88bb24e49b (plain)
1
2
3
4
5
6
7
#include "tests.h"

int main()
{
	Test::RunAll();
	return 0;
}