Skip to content

Commit 046f4ac

Browse files
authored
Merge pull request #359 from ColtonWilley/wp_fix_distcheck
Fix distcheck failure
2 parents 83e5dbf + 51fdbff commit 046f4ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/standalone/include.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
# Standalone test programs use no extension - simple and clean!
66

77
# Common standalone test headers
8-
noinst_HEADERS += test/standalone/test_common.h
8+
noinst_HEADERS += test/standalone/test_common.h \
9+
test/standalone/tests/fips_baseline/test_fips_baseline.h
910

1011
# Standalone test programs
1112
# Each test compiles to its own binary for isolated execution

0 commit comments

Comments
 (0)