| 
              
90b7f3ae
               | 
              
2023-04-17T23:59:19
               | 
              
               | 
              
test: Do not use /dev/null as compiler output file
Some ld(1) implementations, such as the one on AIX, do not support using
/dev/null as the output filename for the compiled object.
Use an actual filename that we will then clean up.
               | 
            
            
              
   
               | 
              
bf5573f8
               | 
              
2016-01-07T17:26:12
               | 
              
               | 
              
test: Fix race condition in headers-*.sh
When running tests in parallel (e.g. using `make -j4 check`), the header
tests currently fail due to headers-overlay.sh and headers-system.sh
both generating headers-gen.c simultaneously, resulting in garbled
output. Fix this by using separate C files for the tests.
Signed-off-by: Lukas Fleischer <lfleischer@lfos.de>
Signed-off-by: Guillem Jover <guillem@hadrons.org>
               | 
            
            
              
   
               | 
              
f84004ba
               | 
              
2015-12-12T14:26:50
               | 
              
               | 
              
test: Add new unit tests for individual headers usage
               |