mirror of
https://github.com/ProgramSnail/pass_strategy_synthesis.git
synced 2026-03-12 02:57:09 +00:00
simplest model with mods: test fixes & mark not passed tests
This commit is contained in:
parent
ea03743fee
commit
270296e7b2
2 changed files with 40 additions and 41 deletions
|
|
@ -23,16 +23,15 @@
|
|||
(preprocess
|
||||
(pps GT.ppx GT.ppx_all ppx_expect ppx_inline_test)))
|
||||
|
||||
; TODO: tmp, during change
|
||||
; (library
|
||||
; (name tests_mods)
|
||||
; (modules tests)
|
||||
; (flags (-rectypes))
|
||||
; (libraries synthesizer_mods tests_f_mods)
|
||||
; (inline_tests)
|
||||
; (wrapped false)
|
||||
; (preprocess
|
||||
; (pps ppx_expect ppx_inline_test)))
|
||||
(library
|
||||
(name tests_mods)
|
||||
(modules tests)
|
||||
(flags (-rectypes))
|
||||
(libraries synthesizer_mods tests_f_mods)
|
||||
(inline_tests)
|
||||
(wrapped false)
|
||||
(preprocess
|
||||
(pps ppx_expect ppx_inline_test)))
|
||||
|
||||
(library
|
||||
(name tests_f_mods)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue