mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	- Unit Testing Framework (BirdTest) - Integration of BirdTest into the BIRD build system - Tests for several BIRD modules Based on squashed Pavel Tvrdik's int-test branch, updated for current int-new branch.
		
			
				
	
	
		
			9 lines
		
	
	
		
			197 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			197 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| src := io.c krt.c log.c main.c random.c
 | |
| obj := $(src-o-files)
 | |
| $(all-daemon)
 | |
| $(cf-local)
 | |
| $(conf-y-targets): $(s)krt.Y
 | |
| 
 | |
| src := $(filter-out main.c, $(src))
 | |
| tests_objs := $(tests_objs) $(src-o-files)
 |