diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-13 11:00:47 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-13 11:00:47 -0500 |
commit | 121a6a376209de3f5a9474bf03721e2032a73e01 (patch) | |
tree | 6f02ffa1695510aa9227a9290abac11811b25373 /test | |
download | stitch-121a6a376209de3f5a9474bf03721e2032a73e01.tar.gz stitch-121a6a376209de3f5a9474bf03721e2032a73e01.tar.bz2 stitch-121a6a376209de3f5a9474bf03721e2032a73e01.zip |
initial commit
Diffstat (limited to '')
-rw-r--r-- | test/dune | 2 | ||||
-rw-r--r-- | test/test_apbox.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_apbox.ml b/test/test_apbox.ml new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/test/test_apbox.ml |