diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-04-01 12:21:46 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-04-01 12:21:46 +0200 |
commit | 035a31392a094a92eeff4371c56fae893d49991b (patch) | |
tree | ac2fc35bc682876806401347f69af727d74d3774 /test/libapt/makefile | |
parent | a78578a9bfabf9c1b5a84e8f26fa5f193a56cb76 (diff) | |
parent | 8bc31a93c391eaa31864534553348870901d2dd9 (diff) |
Merge remote-tracking branch 'mvo/feature/more-fancy-progress' into debian/sid
Diffstat (limited to 'test/libapt/makefile')
-rw-r--r-- | test/libapt/makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/libapt/makefile b/test/libapt/makefile index 66d6ea783..e03b5e6aa 100644 --- a/test/libapt/makefile +++ b/test/libapt/makefile @@ -123,3 +123,9 @@ SLIBS = -lapt-pkg SOURCE = sourcelist_test.cc include $(PROGRAM_H) +# test install-progress +PROGRAM = InstallProgress${BASENAME} +SLIBS = -lapt-pkg +SOURCE = install_progress_test.cc +include $(PROGRAM_H) + |