#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <gtest/gtest.h>
#include <formula-calc.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (FormulaCalcTest, testFormulaCalculation) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 110 of file libformula-calc-test.cpp.
TEST | ( | FormulaCalcTest | , |
testFormulaCalculation | |||
) |
Definition at line 33 of file libformula-calc-test.cpp.