blob: 8726c07b4ec503717e28be02982d6a710cfaca58 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
|
(test
(name test_mininix)
(libraries core core_unix core_unix.filename_unix nix mininix)
(preprocess
(pps ppx_sexp_conv ppx_expect))
(deps
(glob_files_rec testdata/*.{nix,exp})))
|