projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[ABI] merged the libudev-dlopen branch, this allows to pass
[apt.git]
/
test
/
makefile
diff --git
a/test/makefile
b/test/makefile
index a9dbdc34dfb9935ef92a20f96373b23a3cff3c14..fb9123d0a1382207148c1053e5a4246e4077c8a8 100644
(file)
--- a/
test/makefile
+++ b/
test/makefile
@@
-68,6
+68,12
@@
SLIBS = -lapt-pkg
SOURCE = hash.cc
include $(PROGRAM_H)
+# Program for testing udevcdrom
+PROGRAM=test_udevcdrom
+SLIBS = -lapt-pkg
+SOURCE = test_udevcdrom.cc
+include $(PROGRAM_H)
+
# Program for checking rpm versions
PROGRAM=rpmver
SLIBS = -lapt-pkg -lrpm