From d9e9f119c524bcf7dff12cbccf134ce4227ad8ae Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Sun, 9 Jan 2022 14:27:54 -0800
Subject: [PATCH] pandoc.cabal: add a test file to extra-source-files.

---
 pandoc.cabal | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pandoc.cabal b/pandoc.cabal
index 694032273..39bf2a860 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -401,6 +401,7 @@ extra-source-files:
                  test/odt/native/*.native
                  test/lua/*.lua
                  test/lua/module/*.lua
+                 test/lua/module/partial.test
                  test/lua/module/tiny.epub
 source-repository head
   type:          git