xref: /aoo42x/main/cppu/qa/main.cxx (revision dab4bdea)
14ad76906SDamjan Jovanovic /**************************************************************
24ad76906SDamjan Jovanovic  *
34ad76906SDamjan Jovanovic  * Licensed to the Apache Software Foundation (ASF) under one
44ad76906SDamjan Jovanovic  * or more contributor license agreements.  See the NOTICE file
54ad76906SDamjan Jovanovic  * distributed with this work for additional information
64ad76906SDamjan Jovanovic  * regarding copyright ownership.  The ASF licenses this file
74ad76906SDamjan Jovanovic  * to you under the Apache License, Version 2.0 (the
84ad76906SDamjan Jovanovic  * "License"); you may not use this file except in compliance
94ad76906SDamjan Jovanovic  * with the License.  You may obtain a copy of the License at
104ad76906SDamjan Jovanovic  *
114ad76906SDamjan Jovanovic  *   http://www.apache.org/licenses/LICENSE-2.0
124ad76906SDamjan Jovanovic  *
134ad76906SDamjan Jovanovic  * Unless required by applicable law or agreed to in writing,
144ad76906SDamjan Jovanovic  * software distributed under the License is distributed on an
154ad76906SDamjan Jovanovic  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
164ad76906SDamjan Jovanovic  * KIND, either express or implied.  See the License for the
174ad76906SDamjan Jovanovic  * specific language governing permissions and limitations
184ad76906SDamjan Jovanovic  * under the License.
194ad76906SDamjan Jovanovic  *
204ad76906SDamjan Jovanovic  *************************************************************/
214ad76906SDamjan Jovanovic 
22*dab4bdeaSDamjan Jovanovic #include "precompiled_cppu.hxx"
23*dab4bdeaSDamjan Jovanovic 
244ad76906SDamjan Jovanovic #include "gtest/gtest.h"
254ad76906SDamjan Jovanovic 
main(int argc,char ** argv)264ad76906SDamjan Jovanovic int main(int argc, char **argv)
274ad76906SDamjan Jovanovic {
284ad76906SDamjan Jovanovic     ::testing::InitGoogleTest(&argc, argv);
294ad76906SDamjan Jovanovic     return RUN_ALL_TESTS();
304ad76906SDamjan Jovanovic }
31