diff options
author | 2011-03-20 19:35:49 +0000 | |
---|---|---|
committer | 2011-03-20 19:35:49 +0000 | |
commit | 97ba277d35ca16d32ac4a85ce1cd2e3ffee1dbde (patch) | |
tree | dc92bbf6f7db7661da0a419ed5b47e4e4a4f00d9 /paludis/util/files.m4 | |
parent | b139d148182be100c25d5b04baa9611ebd4abd87 (diff) | |
download | paludis-97ba277d35ca16d32ac4a85ce1cd2e3ffee1dbde.tar.gz paludis-97ba277d35ca16d32ac4a85ce1cd2e3ffee1dbde.tar.xz |
gtest more
Diffstat (limited to 'paludis/util/files.m4')
-rw-r--r-- | paludis/util/files.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/util/files.m4 b/paludis/util/files.m4 index 9f87c3552..498cd003d 100644 --- a/paludis/util/files.m4 +++ b/paludis/util/files.m4 @@ -41,7 +41,7 @@ add(`fs_iterator', `hh', `cc', `fwd', `se', `test', `tests add(`fs_error', `hh', `cc') add(`fs_path', `hh', `cc', `fwd', `se', `test', `testscript') add(`fs_stat', `hh', `cc', `fwd', `test', `testscript') -add(`graph', `hh', `cc', `fwd', `impl', `test') +add(`graph', `hh', `cc', `fwd', `impl', `gtest') add(`hashes', `hh', `cc', `gtest') add(`iterator_funcs', `hh', `test') add(`indirect_iterator', `hh', `fwd', `impl', `gtest') |