Revision 9efcf4c3e6012cc6f7a23ec4fa09cdfb26eb9c6a authored by Jim Schaad on 26 May 2016, 17:26:06 UTC, committed by Jim Schaad on 26 May 2016, 17:26:06 UTC
Add an IDL test set to the suite based on current document
2 parent s 35af139 + 9adf4c2
Raw File
manifest
#!/usr/bin/env python
import os
import sys

from tools.manifest import update

update.main(default_tests_root=
            os.path.abspath(os.path.dirname(__file__)))
back to top