simplest model with mods: test fixes & mark not passed tests

This commit is contained in:
ProgramSnail 2026-03-07 22:27:05 +00:00
parent ea03743fee
commit 270296e7b2
2 changed files with 40 additions and 41 deletions

View file

@ -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)