From fab451963b0adb06f0fac4a11fe08a920dcd6645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Fri, 27 Dec 2002 23:56:03 +0000 Subject: [PATCH] Added apps\tests\copymove svn path=/trunk/; revision=3904 --- reactos/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/Makefile b/reactos/Makefile index 1de968d913e..5a23f6aff12 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -82,10 +82,10 @@ SYS_APPS = autochk services shell winlogon gstart usetup SYS_SVC = rpcss eventlog # Test applications -# alive apc args atomtest bench consume count dump_shared_data +# alive apc args atomtest bench consume copymove count dump_shared_data # event file gditest hello isotest lpc mstest mutex nptest # pteb regtest sectest shm simple thread vmtest winhello -TEST_APPS = alive apc args atomtest bench consume count dump_shared_data \ +TEST_APPS = alive apc args atomtest bench consume copymove count dump_shared_data \ event file gditest hello isotest lpc mstest mutex nptest \ pteb regtest sectest shm simple thread tokentest vmtest winhello dibtest