summaryrefslogtreecommitdiff
path: root/gl/modules/di-set-tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-06-27 23:29:07 +0200
committerJim Meyering <meyering@redhat.com>2010-07-04 08:40:40 +0200
commitf42496b72b4f829744c279d9e51fe698a52fbbfc (patch)
treea3c1bead46787ac3602dd206b41895737e9c21b4 /gl/modules/di-set-tests
parent6357909ee6cecaafc4636bd053d9a10ad8ac2dab (diff)
downloadcoreutils-f42496b72b4f829744c279d9e51fe698a52fbbfc.tar.xz
di-set: manipulate sets of dev/inode pairs efficiently
* gl/lib/di-set.c: Implementation. * gl/lib/di-set.h: Declarations. * gl/modules/di-set: Define module. * gl/modules/di-set-tests: Define test module. * gl/tests/test-di-set.c: Likewise.
Diffstat (limited to 'gl/modules/di-set-tests')
-rw-r--r--gl/modules/di-set-tests10
1 files changed, 10 insertions, 0 deletions
diff --git a/gl/modules/di-set-tests b/gl/modules/di-set-tests
new file mode 100644
index 000000000..d60f7fdc6
--- /dev/null
+++ b/gl/modules/di-set-tests
@@ -0,0 +1,10 @@
+Files:
+tests/test-di-set.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-di-set
+check_PROGRAMS += test-di-set