diff options
author | 2011-03-27 16:35:33 +0100 | |
---|---|---|
committer | 2011-03-27 16:35:33 +0100 | |
commit | 58b0c87ae639014fdb70ed6d8b9c4af2f83b92ae (patch) | |
tree | c58d3600761e5e9af5832dc55c45a8e75fa78c28 /paludis/files.m4 | |
parent | e9bcce8dd7c018614479bab0d6e11ad53272b036 (diff) | |
download | paludis-58b0c87ae639014fdb70ed6d8b9c4af2f83b92ae.tar.gz paludis-58b0c87ae639014fdb70ed6d8b9c4af2f83b92ae.tar.xz |
All tests are now gtestified
Diffstat (limited to 'paludis/files.m4')
-rw-r--r-- | paludis/files.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/files.m4 b/paludis/files.m4 index c7e4c4d37..8e44a2e18 100644 --- a/paludis/files.m4 +++ b/paludis/files.m4 @@ -5,7 +5,7 @@ dnl dnl This file is used to avoid having to make lots of repetitive changes in dnl Makefile.am every time we add a source or test file. The first parameter is dnl the base filename with no extension; later parameters can be `hh', `cc', -dnl `test', `impl', `testscript'. Note that there isn't much error checking done +dnl `gtest', `impl', `testscript'. Note that there isn't much error checking done dnl on this file at present... add(`about', `hh', `gtest') |