Add tests

This commit is contained in:
Bryan Bennett 2024-01-08 14:59:28 -05:00
parent 7759d2ac6a
commit 04109672f0
No known key found for this signature in database
GPG key ID: EE149E4215408DE9
8 changed files with 403 additions and 2 deletions

13
tests/dune Normal file
View file

@ -0,0 +1,13 @@
(tests
(names
flake_env_test_versions
flake_env_test_watches
flake_env_test_util)
(deps spit_version.sh)
(libraries
lib
alcotest
core
core_unix
core_unix.sys_unix
core_unix.filename_unix))