extent: add trivial validity instantiation test
This commit is contained in:
parent
b05b779d7d
commit
331f185160
@ -7,6 +7,7 @@ TEST_BIN = \
|
|||||||
bitwise \
|
bitwise \
|
||||||
checksum \
|
checksum \
|
||||||
colour \
|
colour \
|
||||||
|
extent \
|
||||||
fixed \
|
fixed \
|
||||||
float \
|
float \
|
||||||
hton \
|
hton \
|
||||||
|
8
test/extent.cpp
Normal file
8
test/extent.cpp
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#include "extent.hpp"
|
||||||
|
#include "debug.hpp"
|
||||||
|
|
||||||
|
int
|
||||||
|
main (void)
|
||||||
|
{
|
||||||
|
debug::sanity (util::extent<float> {0, 0});
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user