blob: e234dba5eece5e6f2689f247a85286fd91a4f777 [file] [log] [blame]
telsoa01c577f2c2018-08-31 09:22:23 +01001//
2// Copyright © 2017 Arm Ltd. All rights reserved.
3// See LICENSE file in the project root for full license information.
4//
5
6#include <boost/test/unit_test.hpp>
7#include "armnnOnnxParser/IOnnxParser.hpp"
8
9BOOST_AUTO_TEST_SUITE(OnnxParser)
10
11BOOST_AUTO_TEST_CASE(Create)
12{
13 armnnOnnxParser::IOnnxParserPtr parser(armnnOnnxParser::IOnnxParser::Create());
14}
15
16BOOST_AUTO_TEST_SUITE_END()