From 51fdbff6f7b2db4dbfd7fc51eedf228abf79f550 Mon Sep 17 00:00:00 2001 From: Colton Willey Date: Mon, 9 Feb 2026 10:47:37 -0800 Subject: [PATCH] Fix distcheck failure --- test/standalone/include.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/standalone/include.am b/test/standalone/include.am index d955cf1d..da1a7564 100644 --- a/test/standalone/include.am +++ b/test/standalone/include.am @@ -5,7 +5,8 @@ # Standalone test programs use no extension - simple and clean! # Common standalone test headers -noinst_HEADERS += test/standalone/test_common.h +noinst_HEADERS += test/standalone/test_common.h \ + test/standalone/tests/fips_baseline/test_fips_baseline.h # Standalone test programs # Each test compiles to its own binary for isolated execution