diff options
author | Michael Vogt <egon@debian-devbox> | 2012-10-17 10:27:50 +0200 |
---|---|---|
committer | Michael Vogt <egon@debian-devbox> | 2012-10-17 10:27:50 +0200 |
commit | 20a2b201389092a17763b703039b2e4528234e30 (patch) | |
tree | 089749317dfe78ffc4676903003b68c389999041 /test/libapt/makefile | |
parent | 7f8f2c43b1bf98fb01f8dbced68bee1dbc745ed0 (diff) | |
parent | 8d01b9d692f49309235e710b79937baf605fda3d (diff) |
* lp:~mvo/apt/add-glob-function:
- add Glob() to fileutl.{cc,h}
Diffstat (limited to 'test/libapt/makefile')
-rw-r--r-- | test/libapt/makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/libapt/makefile b/test/libapt/makefile index 5e225f240..578f2da4d 100644 --- a/test/libapt/makefile +++ b/test/libapt/makefile @@ -97,4 +97,9 @@ include $(PROGRAM_H) PROGRAM = IndexCopyToSourceList${BASENAME} SLIBS = -lapt-pkg SOURCE = indexcopytosourcelist_test.cc + +# test fileutls +PROGRAM = FileUtl${BASENAME} +SLIBS = -lapt-pkg +SOURCE = fileutl_test.cc include $(PROGRAM_H) |