This website requires JavaScript.
Explore
Help
Sign In
mirror
/
labs-bird
Watch
1
Star
0
Fork
0
mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced
2024-05-11 16:54:54 +00:00
Code
Releases
Activity
Files
python-cli
labs-bird
/
test
/
Makefile
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
4 lines
94 B
Makefile
Raw
Permalink
Normal View
History
Unescape
Escape
Unit Testing for BIRD
2016-11-09 16:36:34 +01:00
src
:=
birdtest.c bt-utils.c
obj
:=
$(
src-o-files
)
tests_objs
:=
$(
tests_objs
)
$(
src-o-files
)
Copy Permalink