13 #include <gtest/gtest.h>
14 #include "../../include/ecl/time/timestamp.hpp"
15 #include "../../include/ecl/time/stopwatch.hpp"
21 #ifdef ECL_HAS_TIMESTAMP
35 TEST(StopwatchTests,silent) {
40 time = stopwatch.split();
41 time = stopwatch.split();
42 time = stopwatch.elapsed();
53 int main(
int argc,
char **argv) {
55 testing::InitGoogleTest(&argc,argv);
56 return RUN_ALL_TESTS();