diff options
author | Bruno Haible <bruno@clisp.org> | 2009-02-16 03:16:08 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-02-16 03:16:08 +0100 |
commit | 72a81a6703c8f2f9731fd466b6ff10552ee4b31c (patch) | |
tree | 92c130f31c6d23970d48457b6fb4ad9cf4a92358 /modules | |
parent | 45397c99f9e7e59d49f1768cf42114549d5f0b98 (diff) | |
download | gnulib-72a81a6703c8f2f9731fd466b6ff10552ee4b31c.tar.gz |
Tests for module 'array-mergesort'.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/array-mergesort-tests | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/array-mergesort-tests b/modules/array-mergesort-tests new file mode 100644 index 0000000000..ab1230822f --- /dev/null +++ b/modules/array-mergesort-tests @@ -0,0 +1,10 @@ +Files: +tests/test-array-mergesort.c + +Depends-on: + +configure.ac: + +Makefile.am: +TESTS += test-array-mergesort +check_PROGRAMS += test-array-mergesort |