mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-11 18:26:07 +03:00
fdd7aab01a
This only checks that a function with signature [32] -> [32] -> [32] will succeed with the :dumptests command. More tests could/should be added. Since this test creates a file called add32.out, I added tests/regression/*.out to the .gitignore. I'm not sure if this is the right approach or if we should make an attempt to clean up this subdirectory after the tests finish.
34 lines
593 B
Plaintext
34 lines
593 B
Plaintext
*\#*
|
|
*~
|
|
.DS_Store
|
|
.cabal-sandbox
|
|
cabal.sandbox.config
|
|
dist
|
|
results.xml
|
|
dist-newstyle
|
|
.stack-work
|
|
.ghc.environment.*
|
|
cabal.project.freeze
|
|
cabal.project.local*
|
|
|
|
# don't check in generated documentation
|
|
#docs/CryptolPrims.pdf
|
|
#docs/ProgrammingCryptol.pdf
|
|
#docs/Syntax.pdf
|
|
#docs/Version2Changes.pdf
|
|
|
|
# don't check in distribution files
|
|
cryptol-2.*
|
|
|
|
# temporary notebook stuff until we split out the repo
|
|
/ICryptol/ICryptol-2.*
|
|
/ICryptol/profile.tar
|
|
/ICryptol/profile_cryptol/security/
|
|
/ICryptol/profile_cryptol/startup/
|
|
/bench*.xml
|
|
|
|
# ignore test suite output
|
|
/bin
|
|
/output
|
|
/tests/regression/*.out
|