mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 20:28:43 +00:00
9b0a0ba9e6
- 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.
7 lines
132 B
Makefile
7 lines
132 B
Makefile
src := krt-sock.c
|
|
obj := $(src-o-files)
|
|
$(all-daemon)
|
|
$(conf-y-targets): $(s)krt-sock.Y
|
|
|
|
tests_objs := $(tests_objs) $(src-o-files)
|