forked from Alepha/Alepha
Assertion facility.
This commit is contained in:
4
assertion.test/0.cc
Normal file
4
assertion.test/0.cc
Normal file
@ -0,0 +1,4 @@
|
||||
static_assert( __cplusplus > 2020'99 );
|
||||
|
||||
#include "../assertion.h"
|
||||
|
1
assertion.test/CMakeLists.txt
Normal file
1
assertion.test/CMakeLists.txt
Normal file
@ -0,0 +1 @@
|
||||
unit_test( 0 )
|
Reference in New Issue
Block a user