aboutsummaryrefslogtreecommitdiff
path: root/test.cc
blob: b3bf40e644ca96fa77d56e4a928933ee37d511d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "plattform_guard.h"
#include "transformation_facade.h"

#include "gtest/gtest.h"

int main(int argc, char** argv) {
	InputXSLT::PlattformGuard plattform;

	testing::InitGoogleTest(&argc, argv);

	return RUN_ALL_TESTS();
}