Skip to content

Commit

Permalink
Remove broken incremental_debug_test
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Sep 11, 2020
1 parent b73824b commit 3ec8864
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions incremental/test-debug/dune
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
(library (name incremental_debug_test)
(libraries core expect_test_helpers_core incremental incremental_debug)
(preprocess (pps ppx_jane)))
; (library (name incremental_debug_test)
; (libraries core expect_test_helpers_core incremental incremental_debug)
; (preprocess (pps ppx_jane)))

(rule
(targets import.ml test_config.ml test_config.mli test_generics.ml
test_generics.mli test_incremental.ml test_incremental.mli
test_let_syntax.ml test_let_syntax.mli)
(deps (:first_dep generate_debug_test_lib.sh) (glob_files ../test/*.ml)
(glob_files ../test/*.mli))
(action (bash ./%{first_dep})))
; (rule
; (targets import.ml test_config.ml test_config.mli test_generics.ml
; test_generics.mli test_incremental.ml test_incremental.mli
; test_let_syntax.ml test_let_syntax.mli)
; (deps (:first_dep generate_debug_test_lib.sh) (glob_files ../test/*.ml)
; (glob_files ../test/*.mli))
; (action (bash ./%{first_dep})))

; (rule (targets explicit_dependencies.ml explicit_dependencies.mli)
; (deps %{workspace_root}/bin/gen-explicit-dependencies.sh)
Expand Down

0 comments on commit 3ec8864

Please sign in to comment.