diff options
Diffstat (limited to 'tests/ice40/main.cc')
-rw-r--r-- | tests/ice40/main.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ice40/main.cc b/tests/ice40/main.cc new file mode 100644 index 00000000..e85c836a --- /dev/null +++ b/tests/ice40/main.cc @@ -0,0 +1,8 @@ +#include <vector> +#include "gtest/gtest.h" + +int main(int argc, char **argv) +{ + ::testing::InitGoogleTest(&argc, argv); + return RUN_ALL_TESTS(); +} |