Skip to content

Commit 1aa42d9

Browse files
committed
refactor tests: move some tests into pbrt-specific dir
1 parent 3584b6a commit 1aa42d9

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

src/tests/unit-tests/dune

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
(names graph_test format_play_ground lexer_comment ocaml_codegen_test
44
parse_enum pbtt_compile_p2 test_typing verify_syntax_invariants
55
parse_message parse_field_options parse_file_options parse_import
6-
pbtt_compile_p1 backend_ocaml_test pbrt_array wrapper_encoding varint)
6+
pbtt_compile_p1 backend_ocaml_test)
77
(libraries pbrt ocaml-protoc.compiler-lib)
88
(flags :standard -open Ocaml_protoc_compiler_lib))

src/tests/unit-tests/pbrt/dune

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
(tests
3+
(package pbrt)
4+
(names pbrt_array wrapper_encoding varint)
5+
(libraries pbrt)
6+
(flags :standard))
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)