summaryrefslogtreecommitdiff
path: root/test.sh
Commit message (Expand)AuthorAgeFilesLines
* Support using multiple -fdebug-prefix-mapAnders F Björklund2017-03-251-0/+26
* Include names of include files in the hash againJoel Rosdahl2017-02-051-26/+43
* Bail out on usage of .incbin` assembler directivesJoel Rosdahl2016-10-261-0/+12
* Improve regression test for -Wp, with multiple argumentsJoel Rosdahl2016-09-281-2/+6
* Hash source path when generating dependencies to avoid false positiveJoel Rosdahl2016-09-271-0/+28
* test: Handle CC="gcc -std=gnu99" gracefullyJoel Rosdahl2016-09-251-2/+2
* Clean upJoel Rosdahl2016-09-071-13/+13
* Add -arch options to hashIvan Vaigult2016-09-071-4/+47
* Make the cleanup limit into a configurable variableAnders Björklund2016-07-291-0/+11
* test: Remove left-over cleanup codeJoel Rosdahl2016-07-281-4/+0
* test: Fix typoJoel Rosdahl2016-07-281-2/+2
* Let hash_dir default to trueJoel Rosdahl2016-07-271-12/+32
* Let run_second_cpp default to trueJoel Rosdahl2016-07-271-27/+13
* test: Use same colors and wording for quicktest and test.sh statusJoel Rosdahl2016-07-271-1/+1
* test: Extract conditional -finput-charset test to own suiteJoel Rosdahl2016-07-271-26/+33
* test: Use true/false instead of 1/0 for feature variablesJoel Rosdahl2016-07-271-26/+38
* test: Introduce and use UNCACHED_COMPILE aliasJoel Rosdahl2016-07-271-58/+58
* test: Consistently use $CCACHE_COMPILEJoel Rosdahl2016-07-271-175/+175
* test: Reset environment variables before each testJoel Rosdahl2016-07-271-68/+56
* test: Silence warning from ClangJoel Rosdahl2016-07-271-2/+2
* test: Split SUITE_*_PREPARE into SUITE_*_PROBE and SUITE_*_SETUPJoel Rosdahl2016-07-271-70/+90
* Bail out on -P at end of -Wp, as wellJoel Rosdahl2016-07-271-13/+2
* Bail out on too hard compiler option -PJoel Rosdahl2016-07-271-0/+13
* test: Various improvements and cleanups that were long neededJoel Rosdahl2016-07-271-1824/+2245
* test: Add missing -s option to cutJoel Rosdahl2016-07-231-1/+1
* Make test suite work with CC="gcc -std=gnu99"Joel Rosdahl2016-07-231-5/+9
* c99: Use //-style-commentsJoel Rosdahl2016-07-221-12/+12
* test: Verify support for caching compilation of assembler filesJoel Rosdahl2016-07-211-0/+15
* Minor cleanupJoel Rosdahl2016-07-211-1/+1
* Multiple "-arch" options support for preprocessor modeIvan Vaigult2016-07-211-0/+11
* removed incorrect and irrelevant comment after the fixJohn Basila2016-07-211-1/+1
* preprocessor mode: enable using identical header in different pathsJohn Basila2016-07-211-12/+12
* Count the number of cleanups performed, in statsAnders Björklund2016-07-211-0/+5
* test: Try to fix sed syntax to fix build errorJoel Rosdahl2016-07-211-2/+3
* Merge branch '3.2-maint'Joel Rosdahl2016-07-201-0/+33
|\
| * Add test for certain gcc compilers with buggy cppAnders Björklund2016-07-191-0/+33
| * Make calculate_object_hash handle argument-less -B etc. correctlyJoel Rosdahl2016-07-161-0/+21
* | Make calculate_object_hash handle argument-less -B etc. correctlyJoel Rosdahl2016-07-161-0/+21
* | test: Make CCACHE_COMPILE available in all suitesJoel Rosdahl2016-07-161-1/+2
* | Merge branch '3.2-maint'Joel Rosdahl2016-07-121-0/+54
|\ \ | |/
| * Merge branch '3.1-maint' into 3.2-maintJoel Rosdahl2016-07-121-1/+55
| |\
| | * Don't rewrite source file path if it's absolute and a symlinkJoel Rosdahl2016-07-081-1/+55
* | | Add support for -Wp,-D in direct modeOrion Poplawski2016-07-111-0/+34
* | | Convert absolute paths to relative paths inside the dependency fileMihai Serban2016-03-301-0/+30
* | | Add a function test for keep preprocessor commentsAnders Björklund2016-03-141-28/+44
* | | Add option to not discard comments in preprocessorAnders Björklund2016-03-141-0/+1
* | | Apparently MinGW does not support debug-prefix-mapAnders Björklund2016-03-041-1/+8
* | | Add the default sloppiness to the pth test for pchAnders Björklund2016-02-081-2/+2
* | | Only hash the cwd dir when generating debuginfoAnders Björklund2016-02-081-4/+2
* | | Add unit test for hash_dir with -fdebug-prefix-mapAnders Björklund2016-02-081-0/+28