Skip to content
Snippets Groups Projects
Commit 82212439 authored by Axel Naumann's avatar Axel Naumann
Browse files

Add dummy unit test for histograms to exercise "the system".

parent de5c6481
No related branches found
No related tags found
No related merge requests found
if(root7)
ROOTTEST_ADD_UNITTEST_DIR(Hist)
endif()
#include "gtest/gtest.h"
#include "TH1.h"
#include "ROOT/v7/TH1.h"
// Tests the number of bins
TEST(AxisTest, NumBins) {
EXPECT_EQ(0, 0);
}
// Tests the axis range
TEST(AxisTest, RangeFromTo) {
EXPECT_EQ(1, 1);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment