Beispiel #1
0
#!/usr/bin/env python
# **********************************************************************
#
# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
#
# **********************************************************************

import os, sys
sys.path.append(os.path.join(os.path.dirname(__file__), "scripts"))
sys.path.append(os.path.join(os.path.dirname(__file__), "ice", "scripts"))

from Util import runTests, Mapping
import FreezeUtil

runTests(mappings=[Mapping.getByName("freeze/cpp"), Mapping.getByName("freeze/java")])
Beispiel #2
0
#!/usr/bin/env python3
# **********************************************************************
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
# **********************************************************************

import os
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), "scripts"))

from Util import runTests

runTests()
Beispiel #3
0
#!/usr/bin/env python
# **********************************************************************
#
# Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
#
# **********************************************************************

import os, sys
sys.path.append(os.path.join(os.path.dirname(__file__), "scripts"))
sys.path.append(os.path.join(os.path.dirname(__file__), "ice", "scripts"))

from Util import runTests, Mapping

runTests(mappings=[Mapping.getByName("cpp"), Mapping.getByName("java")])
Beispiel #4
0
#!/usr/bin/env python
# **********************************************************************
#
# Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
#
# **********************************************************************

import os, sys
sys.path.append(os.path.join(os.path.dirname(__file__), "scripts"))
sys.path.append(os.path.join(os.path.dirname(__file__), "ice", "scripts"))

from Util import runTests, Mapping
import FreezeUtil

runTests(mappings=[
    Mapping.getByName("freeze/cpp"),
    Mapping.getByName("freeze/java")
])
#!/usr/bin/env python
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#

import os, sys
sys.path.append(os.path.join(os.path.dirname(__file__), "scripts"))

from Util import runTests

runTests()