SHA256
1
0
forked from pool/ocaml-cppo
Olaf Hering 2016-06-13 21:19:22 +00:00 committed by Git OBS Bridge
parent 63ff9a121b
commit 85bfb8f0ee

View File

@ -97,15 +97,23 @@ Executable cppo
MainIs: cppo_main.ml MainIs: cppo_main.ml
CompiledObject: best CompiledObject: best
BuildDepends: unix BuildDepends: unix
Test cppo
Type: Custom (0.0.1)
Command: ln -sfvbn \$cppo cppo ; make -C test all
Run: true
_EOF_ _EOF_
oasis setup oasis setup
%ocaml_oasis_configure --enable-docs %ocaml_oasis_configure --enable-docs --enable-tests
%ocaml_oasis_build %ocaml_oasis_build
%ocaml_oasis_doc %ocaml_oasis_doc
%install %install
%ocaml_oasis_findlib_install %ocaml_oasis_findlib_install
%check
%ocaml_oasis_test
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc LICENSE README.md %doc LICENSE README.md