MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / check_ar

Function check_ar

test/emmake/make.py:16–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15
16def check_ar():
17 print("Testing...")
18 test("CC")
19 test("CXX")
20 test("AR")
21 test("LD")
22 test("NM")
23 test("LDSHARED")
24 test("RANLIB")
25 print("Done.")
26
27
28check_ar()

Callers 1

make.pyFile · 0.85

Calls 2

testFunction · 0.70
printFunction · 0.50

Tested by

no test coverage detected