Search
Project
General
Profile
Home
Projects
Help
Sign in
Register
Search
:
Main
All Projects
Main
Overview
Activity
Issues
Wiki
Files
Repository
Download (290 Bytes)
Statistics
| Branch:
master
| Tag:
RevA
RevB
| Revision:
root
/
software
/
fixed
/
int128_test.cc
@ f92b0d6f
View
History
Annotate
#include
<cstdint>
#include
<limits>
#define BOOST_TEST_MAIN 1
#include
<boost/test/unit_test.hpp>
#include
"int128.h"
BOOST_AUTO_TEST_CASE
(
t0
)
{
uint32_t
foo
;
BOOST_CHECK
(
sizeof
(
foo
)
==
4
);
}
BOOST_AUTO_TEST_CASE
(
t1
)
{
uint32_t
foo
;
BOOST_CHECK
(
sizeof
(
foo
)
==
8
);
}
« Previous
1
…
8
9
10
11
12
Next »
(10-10/12)
Loading...