diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-10 15:04:43 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-10 15:04:43 -0500 |
commit | 4175da366830c0ef3bf40ddb1e6594ac5dbe3866 (patch) | |
tree | 14e84c6382fe063c1608485e2656dd245ff03198 /test | |
download | apbox-4175da366830c0ef3bf40ddb1e6594ac5dbe3866.tar.gz apbox-4175da366830c0ef3bf40ddb1e6594ac5dbe3866.tar.bz2 apbox-4175da366830c0ef3bf40ddb1e6594ac5dbe3866.zip |
Initial commit
Diffstat (limited to 'test')
-rw-r--r-- | test/dune | 2 | ||||
-rw-r--r-- | test/test_abox.ml | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/dune b/test/dune new file mode 100644 index 0000000..d392dd2 --- /dev/null +++ b/test/dune @@ -0,0 +1,2 @@ +(test + (name test_apbox)) diff --git a/test/test_abox.ml b/test/test_abox.ml new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/test/test_abox.ml |