diff options
author | Dan McGee <dan@archlinux.org> | 2011-08-08 15:24:04 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-08 16:55:01 -0500 |
commit | d9f9b87d3ff6621577aa15bf3304f73219f6d5f1 (patch) | |
tree | 2957a73800af6d9f4f56e28cdd7f28ab059c030e /test/util/Makefile.am | |
parent | 1d37c19e0492ddd426c7a05c815a45b997b55498 (diff) |
Add a test harness for new pacsort command
Note that this is meant to exercise pacsort more than the underlying
version comparsion; that is better left to the standalone vercmptest.sh
test script.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'test/util/Makefile.am')
-rw-r--r-- | test/util/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/util/Makefile.am b/test/util/Makefile.am index 6e59d8e9..5839f37e 100644 --- a/test/util/Makefile.am +++ b/test/util/Makefile.am @@ -1,4 +1,5 @@ check_SCRIPTS = \ + pacsorttest.sh \ vercmptest.sh noinst_SCRIPTS = $(check_SCRIPTS) |