blob: b1ae62e9eb8d7a147088c034f7f384d5c020aefa [file] [log] [blame]
#include "test.h"
lest::tests & specification() {
static lest::tests tests;
return tests;
}
int main( int argc, char * argv[] ) {
return lest::run( specification(), argc, argv);
}