Searched refs:gtest (Results 1 - 22 of 22) sorted by relevance

/gem5/ext/googletest/googletest/
H A DMakefile.am10 include/gtest/gtest-param-test.h.pump \
11 include/gtest/internal/gtest-param-util-generated.h.pump \
12 include/gtest/internal/gtest-tuple.h.pump \
13 include/gtest/internal/gtest-type-util.h.pump \
20 # gtest source files that we don't compile directly. They are
21 # #included by gtest
[all...]
/gem5/ext/googletest/googletest/scripts/test/
H A DMakefile13 # Paths to the fused gtest files.
14 FUSED_GTEST_H = $(FUSED_GTEST_DIR)/gtest/gtest.h
15 FUSED_GTEST_ALL_CC = $(FUSED_GTEST_DIR)/gtest/gtest-all.cc
45 gtest-all.o : $(FUSED_GTEST_H) $(FUSED_GTEST_ALL_CC)
46 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(FUSED_GTEST_DIR)/gtest/gtest-all.cc
58 sample1_unittest : sample1.o sample1_unittest.o gtest-all.o gtest_main.o
/gem5/ext/googletest/googlemock/scripts/
H A Dfuse_gmock_files.py41 OUTPUT_DIR/gtest/gtest.h, OUTPUT_DIR/gmock/gmock.h, and
42 OUTPUT_DIR/gmock-gtest-all.cc. Then you can build your tests
44 with OUTPUT_DIR/gmock-gtest-all.cc. These three files contain
76 gtest = fuse_gtest_files variable
86 GTEST_H_OUTPUT = 'gtest/gtest.h'
88 GMOCK_GTEST_ALL_CC_OUTPUT = 'gmock-gtest-all.cc'
103 gtest.ValidateGTestRootDir(GetGTestRootDir(gmock_root))
104 gtest
[all...]
H A Dgmock-config.in204 # gtest-config script rather than searching the PATH and our bindir for one.
229 # Directly invoke the gtest-config script used during the build process.
240 # We also prefer any gtest-config script installed in our prefix. Lacking
242 gtest_config="${bindir}/gtest-config"
244 gtest_config=`which gtest-config`
/gem5/ext/googletest/googletest/make/
H A DMakefile36 GTEST_HEADERS = $(GTEST_DIR)/include/gtest/*.h \
37 $(GTEST_DIR)/include/gtest/internal/*.h
44 rm -f $(TESTS) gtest.a gtest_main.a *.o
46 # Builds gtest.a and gtest_main.a.
56 gtest-all.o : $(GTEST_SRCS_)
58 $(GTEST_DIR)/src/gtest-all.cc
64 gtest.a : gtest-all.o
67 gtest_main.a : gtest-all.o gtest_main.o
70 # Builds a sample test. A test should link with either gtest
[all...]
/gem5/ext/googletest/googlemock/make/
H A DMakefile44 GTEST_HEADERS = $(GTEST_DIR)/include/gtest/*.h \
45 $(GTEST_DIR)/include/gtest/internal/*.h
77 gtest-all.o : $(GTEST_SRCS_)
79 -c $(GTEST_DIR)/src/gtest-all.cc
89 gmock.a : gmock-all.o gtest-all.o
92 gmock_main.a : gmock-all.o gtest-all.o gmock_main.o
/gem5/src/base/gtest/
H A Dlogging.cc28 #include <gtest/gtest.h>
39 // caught by other code in gem5 and let them escape to the gtest framework.
66 // Throw an exception to escape down to the gtest framework.
/gem5/src/base/
H A Daddr_range_map.test.cc43 #include <gtest/gtest.h>
H A Dinifile.test.cc35 #include <gtest/gtest.h>
H A Dcirclebuf.test.cc40 #include <gtest/gtest.h>
H A Dfiber.test.cc43 #include <gtest/gtest.h>
H A Dcprintf.test.cc31 #include <gtest/gtest.h>
H A Dpixel.test.cc40 #include <gtest/gtest.h>
H A Dtrie.test.cc31 #include <gtest/gtest.h>
H A Dcoroutine.test.cc40 #include <gtest/gtest.h>
H A Dcircular_queue.test.cc40 #include <gtest/gtest.h>
H A Dbitunion.test.cc30 #include <gtest/gtest.h>
H A Daddr_range.test.cc40 #include <gtest/gtest.h>
H A Dsat_counter.test.cc31 #include <gtest/gtest.h>
/gem5/ext/googletest/googletest/scripts/
H A Dgtest-config.in9 echo "Usage: gtest-config [OPTIONS...]"
17 The `gtest-config' script provides access to the necessary compile and linking
21 affect installation queries if called on a built but not installed gtest. The
31 gtest-config --min-version=1.0 || echo "Insufficient Google Test version."
33 g++ $(gtest-config --cppflags --cxxflags) -o foo.o -c foo.cpp
34 g++ $(gtest-config --ldflags --libs) -o foo foo.o
37 g++ $(../../my_gtest_build/scripts/gtest-config ...) ...
41 g++ $(gtest-config --libdir="/opt/lib64" ...) ...
203 # than to the install tree. This allows building against a just-built gtest
204 # rather than an installed gtest
[all...]
/gem5/ext/googletest/googlemock/
H A DMakefile.am6 # We may need to build our internally packaged gtest. If so, it will be
85 fused-src/gmock-gtest-all.cc \
88 fused-src/gtest/gtest.h \
200 rm -f "$(srcdir)/fused-src/gtest/gtest.h"
202 rm -f "$(srcdir)/fused-src/gmock-gtest-all.cc"
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h38 // Makes sure this header is not included before gtest.h.
40 # error Do not include gtest_pred_impl.h directly. Include gtest.h instead.
53 // of ASSERT_EQ in gtest.h for an example.

Completed in 23 milliseconds