blob: bd1de458b43e606d1d35b369a516a0a7aaff2e87 [file] [log] [blame]
/* Copyright 2020 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "unit.h"
int main(int argc, const char *const argv[])
{
return li_unit_run_tests_main(argv);
}