From af1a266670d040d2f4083ff309d732d648afba2a Mon Sep 17 00:00:00 2001 From: Angelos Mouzakitis Date: Tue, 10 Oct 2023 14:33:42 +0000 Subject: Add submodule dependency files Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec --- roms/skiboot/libstb/secvar/test/secvar-test-void.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 roms/skiboot/libstb/secvar/test/secvar-test-void.c (limited to 'roms/skiboot/libstb/secvar/test/secvar-test-void.c') diff --git a/roms/skiboot/libstb/secvar/test/secvar-test-void.c b/roms/skiboot/libstb/secvar/test/secvar-test-void.c new file mode 100644 index 000000000..4411ab336 --- /dev/null +++ b/roms/skiboot/libstb/secvar/test/secvar-test-void.c @@ -0,0 +1,12 @@ +// SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later +/* Copyright 2019 IBM Corp. */ + +#include "secvar_api_test.c" + +const char *secvar_test_name = "void"; + +int run_test() +{ + // Do nothing... ensure testing framework is...working. + return 0; +} -- cgit 1.2.3-korg