index
:
~aehlig/just-buildsystem/rules-cc.git
master
C/C++ rules for the just build tool
Klaus Aehlig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_cases
/
deps
/
cmake
/
test.cpp
blob: b1811d877f1c2e36336d98af97f9e01f609dc487 (
plain
)
1
2
3
#include <gtest/gtest.h> TEST(CastTest, double) { EXPECT_EQ(42.0, double(42)); }