summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2016-11-22Convert dashes to underscores for unknown flags (#177)Todd Lipcon1-0/+13
2016-08-02fix: Run strip_flags_binary test only for release configurations (#163)Andreas Schuh1-0/+1
2016-08-02fix: Typo in gflags_strip_flags_test.cmake scriptAndreas Schuh1-2/+2
2016-07-29Do not pass flag type as a char literal when registering a new flag.dreamer.dead1-3/+3
2016-07-20Fix unittests expectations related to uint32.dreamer.dead1-2/+2
2016-04-26fix test compilationFARBOS Arnaud1-0/+3
2016-04-05Support uint32 as flag typeAllan L. Bazinet1-12/+34
2016-03-01Merge branch 'master' of github.com:gflags/gflagsAndreas Schuh2-4/+4
2016-03-01fix: Include order of config.h and gflags.h in unit testAndreas Schuh1-2/+3
2016-03-01cmake: Rename targets to gflags[_nothreads]_(static|shared), supportAndreas Schuh1-2/+2
2016-03-01cmake: Require CMake 2.8.12 in NC testsAndreas Schuh1-2/+2
2016-03-01fix: Require CMake version 2.8.12 in test projectAndreas Schuh1-1/+1
2016-03-01fix: Include private config.h in gflags_unittest.ccAndreas Schuh1-0/+1
2016-02-29Revert "#136 Move test binaries to Testing/bin"Andreas Schuh1-3/+3
2016-02-29fix: DLL import/export defines for unit tests, remove obsolete config_for_uni...Andreas Schuh4-81/+2
2016-02-29enh: Add usage of DEFINE_validator to test projectAndreas Schuh1-0/+7
2016-02-29#136 Move test binaries to Testing/binAndreas Schuh1-3/+3
2016-02-29fix: Pass std::string directly, no need for c_str() callAndreas Schuh1-1/+1
2016-02-19#51 Call ShutDownCommandLineFlags for (manual) valgrind testAndreas Schuh1-0/+1
2015-12-31Resolve several missing declarations warningsSergey Sharybin2-1/+2
2015-03-25#106 Add test of gflags-config.cmake package configurationAndreas Schuh7-56/+104
2015-03-25#108 Use PROJECT_BINARY_DIR in place of gflags_BINARY_DIRAndreas Schuh1-1/+1
2015-03-24#105 Modify negative compilation tests to link against gflags_LIBRARIESAndreas Schuh1-1/+1
2015-03-24#108 Fix temporary directory configuration of negative compilation testsAndreas Schuh2-1/+2
2015-03-24#104 Fix compilation of testsAndreas Schuh2-1/+4
2014-03-30Add test which uses gflags_declare.h.Andreas Schuh3-0/+28
2014-03-20Enable packaging of library using CPack.Andreas Schuh1-5/+15
2014-03-19Add link dependency on shlwapi.lib during build configuration instead of #pra...Andreas Schuh1-2/+2
2014-03-19Fix conditional compilation of tests using glob expressions.Andreas Schuh1-2/+2
2014-03-19Replace GFLAGS_HAVE_* #defines by HAVE_* again.Andreas Schuh1-1/+1
2014-03-18Fix DLL build on Windows and use PathMatchSpec instead of fnmatch.Andreas Schuh5-173/+106
2014-03-17Fix unit tests for Windows and CygWin.Andreas Schuh1-24/+30
2014-03-17Enable test case which tests invalid negative value for uint64 flag.Andreas Schuh1-3/+0
2014-03-17Fix VS linker warning regarding locally defined FLAGS_tryfromenv symbol.Andreas Schuh1-0/+5
2014-03-17Fix VS security warnings using SafeGetEnv and SafeFOpen utility functions.Andreas Schuh1-2/+4
2014-03-17Pass --test_tmpdir and --srcdir to unittests.Andreas Schuh2-12/+7
2014-03-15Fix build with Xcode 5, system checks, set LANGUAGE to CXX.Andreas Schuh1-3/+3
2014-03-14Remove obsolete gflags_unittest.sh script.Andreas Schuh1-237/+0
2014-03-14Migrate unit tests to CMake/CTest. Fix preprocessor directive in gflags_unitt...Andreas Schuh5-32/+149
2013-08-01Add negative compilation tests.Andreas Schuh4-0/+76
2013-08-01Add gflags library which is built with NO_THREADS definition.Andreas Schuh1-1/+1
2013-08-01Add missing unittest2 and unittest3 executables.Andreas Schuh1-1/+7
2013-08-01Enable build and execution of tests again using CTest.Andreas Schuh3-15/+49
2013-04-21Remove build tool related files, operating system packages, and move unit tes...Andreas Schuh7-0/+2045