Classes | |
class | TestCompile |
A sample python unit test. More... | |
Variables | |
string | code |
tuple | f = open("/tmp/%d-openhrp3-sample.cpp"%(PID),'w') |
tuple | PID = os.getpid() |
string | PKG = 'openhrp3' |
string test_openhrp3::code |
00001 """ 00002 #include <hrpModel/Body.h> 00003 00004 int main (int argc, char** argv) 00005 { 00006 hrp::BodyPtr body(new hrp::Body()); 00007 return 0; 00008 } 00009 """
Definition at line 10 of file test_openhrp3.py.
tuple test_openhrp3::f = open("/tmp/%d-openhrp3-sample.cpp"%(PID),'w') |
Definition at line 142 of file test_openhrp3.py.
tuple test_openhrp3::PID = os.getpid() |
Definition at line 141 of file test_openhrp3.py.
string test_openhrp3::PKG = 'openhrp3' |
Definition at line 3 of file test_openhrp3.py.