# OASIS_START
# DO NOT EDIT (digest: 9e04db8b0f4318a631fba235b2aab7d7)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
true: annot, bin_annot
<**/.svn>: -traverse
<**/.svn>: not_hygienic
".bzr": -traverse
".bzr": not_hygienic
".hg": -traverse
".hg": not_hygienic
".git": -traverse
".git": not_hygienic
"_darcs": -traverse
"_darcs": not_hygienic
# Library erm_xml
"src/erm_xml.cmxs": use_erm_xml
# Executable test1
"tests/test1.byte": use_erm_xml
# Executable test2
"tests/test2.byte": pkg_text
"tests/test2.byte": use_erm_xml
<tests/*.ml{,i,y}>: pkg_text
# Executable test3
"tests/test3.byte": pkg_lwt
"tests/test3.byte": pkg_lwt.unix
"tests/test3.byte": use_erm_xml
<tests/*.ml{,i,y}>: pkg_lwt
<tests/*.ml{,i,y}>: pkg_lwt.unix
# Executable light_test
"tests/light_test.byte": use_erm_xml
# Executable test
"tests/test.byte": use_erm_xml
<tests/*.ml{,i,y}>: use_erm_xml
# OASIS_STOP

