diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 546d8e8..c123753 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -49,6 +49,44 @@
+
+
+
+
+ org.apache.maven.plugins
+ maven-enforcer-plugin
+ 3.5.0
+
+
+ require-golden-corpus
+ validate
+
+ enforce
+
+
+
+
+
+ ${maven.multiModuleProjectDirectory}/third_party/zstd/tests
+
+
+The golden corpus is missing: third_party/zstd/tests was not found.
+These integration tests read the vendored zstd submodule. Check it out with:
+
+ git submodule update --init --recursive
+
+then re-run the build.
+
+
+
+
+
+
+
+
+