aboutsummaryrefslogtreecommitdiffstats
path: root/roms/skiboot/libstb/secvar/test/secvar-test-void.c
diff options
context:
space:
mode:
Diffstat (limited to 'roms/skiboot/libstb/secvar/test/secvar-test-void.c')
-rw-r--r--roms/skiboot/libstb/secvar/test/secvar-test-void.c12
1 files changed, 12 insertions, 0 deletions
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;
+}