summaryrefslogtreecommitdiffstats
path: root/test/sample_unittest.cpp
blob: e57417392a05222b63d2171df61eef478d845f83 (plain)
1
2
3
4
5
6
7
8
#include "sample.h"

#include <gtest/gtest.h>

TEST(FactorialTest, Zero)
{
    EXPECT_EQ(1, Factorial(0));
}
OpenPOWER on IntegriCloud