1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-02-03 07:20:50 +00:00
Files
YosysHQ.nextpnr/tests/dummy/main.cc
Miodrag Milanovic 7b1c599947 clangformat cleanup
2018-06-12 20:44:05 +02:00

10 lines
153 B
C++

#include "gtest/gtest.h"
#include <vector>
int main(int argc, char **argv)
{
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}