Skip to content

Commit

Permalink
Work around missing base_test_helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Sep 11, 2020
1 parent ef84476 commit 870841d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core_kernel/linked_stack/test/dune
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(library (name linked_stack_test) (libraries base_test_helpers linked_stack)
(preprocess (pps ppx_jane)))
; (library (name linked_stack_test) (libraries base_test_helpers linked_stack)
; (preprocess (pps ppx_jane)))
6 changes: 3 additions & 3 deletions core_kernel/test/src/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(library (name core_kernel_test)
(libraries base_test_helpers core_kernel expect_test_helpers_core fheap)
(preprocessor_deps ../../src/config.h) (preprocess (pps ppx_jane)))
; (library (name core_kernel_test)
; (libraries base_test_helpers core_kernel expect_test_helpers_core fheap)
; (preprocessor_deps ../../src/config.h) (preprocess (pps ppx_jane)))

0 comments on commit 870841d

Please sign in to comment.