#include <gtest/gtest.h>#include <cstdlib>#include <dirent.h>#include <sys/types.h>#include <sys/param.h>#include <sys/stat.h>#include <unistd.h>#include <stdio.h>#include <string.h>#include <iostream>
Go to the source code of this file.
Functions | |
| std::string | getCommandOutput (std::string cmd) |
| int | main (int argc, char **argv) |
| int | runExternalProcess (const std::string &executable, const std::string &args) |
| TEST (URDF, CorrectFormat) | |
| int | walker (char *result, int &test_result) |
Definition at line 57 of file test_sr_description_urdf.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 144 of file test_sr_description_urdf.cpp.
| int runExternalProcess | ( | const std::string & | executable, |
| const std::string & | args | ||
| ) |
Definition at line 52 of file test_sr_description_urdf.cpp.
| TEST | ( | URDF | , |
| CorrectFormat | |||
| ) |
Definition at line 127 of file test_sr_description_urdf.cpp.
| int walker | ( | char * | result, |
| int & | test_result | ||
| ) |
Definition at line 74 of file test_sr_description_urdf.cpp.