We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fb7f1d + 4736aa2 commit dff1c23Copy full SHA for dff1c23
cornelis.cabal
@@ -18,6 +18,9 @@ build-type: Simple
18
extra-source-files:
19
README.md
20
ChangeLog.md
21
+data-files:
22
+ test/Hello.agda
23
+ test/Readonly.agda
24
25
source-repository head
26
type: git
package.yaml
@@ -130,3 +130,7 @@ tests:
130
- filepath
131
# build-dependencies:
132
# - hspec-discover
133
+
134
135
+ # Include Agda files needed for tests
136
+ - test/*.agda
0 commit comments