diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-08-17 11:27:50 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-08-17 11:27:50 +0200 |
commit | 01380ef62a453e44613dba87086177162a52c5fa (patch) | |
tree | 4b69db9e0e7081f338be79ac807bc07eed633dd8 /test/libapt/makefile | |
parent | bb3e64527b0c1ccf3f31a5a56c21819e25f128ae (diff) | |
parent | d95dbc2ffd4acd5776ae6de300be320ef459325e (diff) |
merged lp:~donkult/apt/sid
Diffstat (limited to 'test/libapt/makefile')
-rw-r--r-- | test/libapt/makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/libapt/makefile b/test/libapt/makefile index a8acabd8e..a5f79da1a 100644 --- a/test/libapt/makefile +++ b/test/libapt/makefile @@ -58,3 +58,15 @@ PROGRAM = StrUtil${BASENAME} SLIBS = -lapt-pkg SOURCE = strutil_test.cc include $(PROGRAM_H) + +# test the URI parsing stuff +PROGRAM = URI${BASENAME} +SLIBS = -lapt-pkg +SOURCE = uri_test.cc +include $(PROGRAM_H) + +# test the Configuration class +PROGRAM = Configuration${BASENAME} +SLIBS = -lapt-pkg +SOURCE = configuration_test.cc +include $(PROGRAM_H) |