From f2e0e85a50d01416a07deff3cf1c27ce7be4fa95 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 21 May 2007 14:31:51 +0200 Subject: [PATCH] tests: fix Makefile.am (add missing tests) The patch adds missing tests to Makefile.am. Signed-off-by: Karel Zak --- tests/Makefile.am | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) 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 -- 2.39.5