We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3584b6a commit 1aa42d9Copy full SHA for 1aa42d9
src/tests/unit-tests/dune
@@ -3,6 +3,6 @@
3
(names graph_test format_play_ground lexer_comment ocaml_codegen_test
4
parse_enum pbtt_compile_p2 test_typing verify_syntax_invariants
5
parse_message parse_field_options parse_file_options parse_import
6
- pbtt_compile_p1 backend_ocaml_test pbrt_array wrapper_encoding varint)
+ pbtt_compile_p1 backend_ocaml_test)
7
(libraries pbrt ocaml-protoc.compiler-lib)
8
(flags :standard -open Ocaml_protoc_compiler_lib))
src/tests/unit-tests/pbrt/dune
@@ -0,0 +1,6 @@
1
+
2
+(tests
+ (package pbrt)
+ (names pbrt_array wrapper_encoding varint)
+ (libraries pbrt)
+ (flags :standard))
src/tests/unit-tests/pbrt_array.ml src/tests/unit-tests/pbrt/pbrt_array.ml
src/tests/unit-tests/varint.ml src/tests/unit-tests/pbrt/varint.ml
src/tests/unit-tests/wrapper_encoding.ml src/tests/unit-tests/pbrt/wrapper_encoding.ml
0 commit comments