diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-08-17 11:38:45 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-08-17 11:38:45 +0200 |
commit | ec78b277382e27509a6dec91af4a7a524a422e0f (patch) | |
tree | 0bf1e6fe47a5082ecfa5f56e8535f67d24b95b0f /test/libapt/makefile | |
parent | d4882aa1e1a37b3092950180036676a930a5792f (diff) | |
parent | d95dbc2ffd4acd5776ae6de300be320ef459325e (diff) |
merged from 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 fec928ad2..366907d89 100644 --- a/test/libapt/makefile +++ b/test/libapt/makefile @@ -52,3 +52,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) |