#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 | |
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) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 106 of file test_urdf.cpp.
int runExternalProcess | ( | const std::string & | executable, | |
const std::string & | args | |||
) |
Definition at line 50 of file test_urdf.cpp.
TEST | ( | URDF | , | |
CorrectFormat | ||||
) |
Definition at line 89 of file test_urdf.cpp.
int walker | ( | char * | result, | |
int & | test_result | |||
) |
Definition at line 55 of file test_urdf.cpp.