extent: add trivial validity instantiation test
This commit is contained in:
parent
b05b779d7d
commit
331f185160
@ -7,6 +7,7 @@ TEST_BIN = \
|
||||
bitwise \
|
||||
checksum \
|
||||
colour \
|
||||
extent \
|
||||
fixed \
|
||||
float \
|
||||
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