diff options
Diffstat (limited to 'test/test_input.ml')
| -rw-r--r-- | test/test_input.ml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test_input.ml b/test/test_input.ml new file mode 100644 index 0000000..26a1249 --- /dev/null +++ b/test/test_input.ml @@ -0,0 +1,6 @@ +(*─────────────────────────────────────────────────────────────────────────────┐ +│ SPDX-FileCopyrightText: 2025 toastal <https://toast.al/contact/> │ +│ SPDX-License-Identifier: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception │ +└─────────────────────────────────────────────────────────────────────────────*) +let suite = [ +] |
