diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2012-09-14 16:59:49 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2012-09-14 16:59:49 +0300 |
commit | f6161698827488cc21f3f3726d5af0cb2a89ce4b (patch) | |
tree | b7ebdfdfe8f9a70905a0878415e768f66200d953 /configure.ac | |
parent | 66f00111c4e886e244152e460ada62164c975d4d (diff) | |
download | bindfs-f6161698827488cc21f3f3726d5af0cb2a89ce4b.tar.gz |
Implemented my_dirname and added unit tests for it.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6d3e348..a4c26a0 100644 --- a/configure.ac +++ b/configure.ac @@ -45,6 +45,7 @@ PKG_CHECK_MODULES([fuse], [fuse >= 2.5.3]) AC_CONFIG_FILES([Makefile \ src/Makefile \ - tests/Makefile]) + tests/Makefile \ + tests/internals/Makefile]) AC_OUTPUT |