From: Karel Zak Date: Mon, 21 May 2007 12:31:51 +0000 (+0200) Subject: tests: fix Makefile.am (add missing tests) X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2e0e85a50d01416a07deff3cf1c27ce7be4fa95;p=util-linux tests: fix Makefile.am (add missing tests) The patch adds missing tests to Makefile.am. Signed-off-by: Karel Zak --- diff --git a/tests/Makefile.am b/tests/Makefile.am index ad9e4b60..b037c4b2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,22 +8,24 @@ EXTRA_DIST = expected/ \ README \ run.sh \ ts-col-multibyte \ + ts-cramfs-mkfs \ + ts-hwclock-systohc \ ts-ipcs-headers \ ts-ipcs-limits \ ts-ipcs-limits2 \ ts-ipcs.sh \ - ts-mkswap-doit \ - ts-mount-paths \ - ts-namei-logic \ - ts-cramfs-mkfs \ - ts-look-separator \ ts-login-checktty \ - ts-hwclock-systohc \ - ts-mount-special \ - ts-mount-mtablock \ + ts-look-separator \ ts-mount-move \ - ts-mount-remount - + ts-mount-mtablock \ + ts-mount-paths \ + ts-mount-remount \ + ts-mount-special \ + ts-mount-uuid \ + ts-namei-logic \ + ts-swapon-devname \ + ts-swapon-label \ + ts-swapon-uuid clean-local: rm -rf output diff