xref: /third_party/ltp/testcases/lib/tst_secureboot_enabled.c (revision f08c3bdf)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/testcases/lib/
1f08c3bdfSopenharmony_ci// SPDX-License-Identifier: GPL-2.0-or-later
2f08c3bdfSopenharmony_ci/*
3f08c3bdfSopenharmony_ci * Copyright (c) 2023 Petr Vorel <pvorel@suse.cz>
4f08c3bdfSopenharmony_ci */
5f08c3bdfSopenharmony_ci
6f08c3bdfSopenharmony_ci#define TST_NO_DEFAULT_MAIN
7f08c3bdfSopenharmony_ci#include "tst_test.h"
8f08c3bdfSopenharmony_ci
9f08c3bdfSopenharmony_ciint main(void)
10f08c3bdfSopenharmony_ci{
11f08c3bdfSopenharmony_ci	return tst_secureboot_enabled() <= 0;
12f08c3bdfSopenharmony_ci}
13

Indexes created Thu Nov 07 10:32:03 CST 2024