File: testsuite.cpp

package info (click to toggle)
rlottie 0.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,264 kB
  • sloc: cpp: 20,304; asm: 221; ansic: 194; makefile: 16
file content (6 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#include <gtest/gtest.h>

int main(int argc, char **argv) {
    testing::InitGoogleTest(&argc, argv);
    return RUN_ALL_TESTS();
}