#include <iostream>
#include "fcl/fcl.h"
#include "gtest/gtest.h"
Go to the source code of this file.
Functions | |
GTEST_TEST (FCL_GENERAL, general) | |
int | main (int argc, char *argv[]) |
template<typename S > | |
void | test_general () |
GTEST_TEST | ( | FCL_GENERAL | , |
general | |||
) |
Definition at line 96 of file test_fcl_general.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 103 of file test_fcl_general.cpp.
void test_general | ( | ) |
Definition at line 49 of file test_fcl_general.cpp.