xref: /aoo42x/main/basegfx/test/main.cxx (revision 129610e9)
1131e08e2SDamjan Jovanovic /**************************************************************
2131e08e2SDamjan Jovanovic  *
3131e08e2SDamjan Jovanovic  * Licensed to the Apache Software Foundation (ASF) under one
4131e08e2SDamjan Jovanovic  * or more contributor license agreements.  See the NOTICE file
5131e08e2SDamjan Jovanovic  * distributed with this work for additional information
6131e08e2SDamjan Jovanovic  * regarding copyright ownership.  The ASF licenses this file
7131e08e2SDamjan Jovanovic  * to you under the Apache License, Version 2.0 (the
8131e08e2SDamjan Jovanovic  * "License"); you may not use this file except in compliance
9131e08e2SDamjan Jovanovic  * with the License.  You may obtain a copy of the License at
10131e08e2SDamjan Jovanovic  *
11131e08e2SDamjan Jovanovic  *   http://www.apache.org/licenses/LICENSE-2.0
12131e08e2SDamjan Jovanovic  *
13131e08e2SDamjan Jovanovic  * Unless required by applicable law or agreed to in writing,
14131e08e2SDamjan Jovanovic  * software distributed under the License is distributed on an
15131e08e2SDamjan Jovanovic  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16131e08e2SDamjan Jovanovic  * KIND, either express or implied.  See the License for the
17131e08e2SDamjan Jovanovic  * specific language governing permissions and limitations
18131e08e2SDamjan Jovanovic  * under the License.
19131e08e2SDamjan Jovanovic  *
20131e08e2SDamjan Jovanovic  *************************************************************/
21131e08e2SDamjan Jovanovic 
22*129610e9SDamjan Jovanovic #include "precompiled_basegfx.hxx"
23*129610e9SDamjan Jovanovic 
24131e08e2SDamjan Jovanovic #include "gtest/gtest.h"
25131e08e2SDamjan Jovanovic 
main(int argc,char ** argv)26131e08e2SDamjan Jovanovic int main(int argc, char **argv)
27131e08e2SDamjan Jovanovic {
28131e08e2SDamjan Jovanovic     ::testing::InitGoogleTest(&argc, argv);
29131e08e2SDamjan Jovanovic     return RUN_ALL_TESTS();
30131e08e2SDamjan Jovanovic }
31