Corrected makefiles for all tests and added new application GetSysMetrics.
[reactos.git] / reactos / apps / tests / tests / make_install.bat
index c24b63b..057e6c0 100644 (file)
@@ -5,6 +5,9 @@ REM
 
 REM - Make System
 
+cd GetSysMetrics
+make
+cd ..
 cd GetSystemInfo
 make
 cd ..
@@ -35,14 +38,14 @@ cd ..
 
 REM - installs
 
-mkdir C:\tests
-copy GetSystemInfo\GetSystemInfo.exe  C:\tests
-copy guitest\guitest.exe C:\tests
-copy hello\hello.exe C:\tests
-copy hello2\hello2.exe C:\tests
-copy Mutex\fivemutex.exe C:\tests
-copy Mutex\rapidmutex.exe C:\tests
-copy Parent_Child\Parent_Child.exe C:\tests
-copy rolex\rolex.exe C:\tests
-copy volinfo\volinfo.exe C:\tests
+mkdir C:\reactos\bin\tests
+copy GetSystemInfo\GetSystemInfo.exe  C:\reactos\bin\tests
+copy guitest\guitest.exe C:\reactos\bin\tests
+copy hello\hello.exe C:\reactos\bin\tests
+copy hello2\hello2.exe C:\reactos\bin\tests
+copy Mutex\fivemutex.exe C:\reactos\bin\tests
+copy Mutex\rapidmutex.exe C:\reactos\bin\tests
+copy Parent_Child\Parent_Child.exe C:\reactos\bin\tests
+copy rolex\rolex.exe C:\reactos\bin\tests
+copy volinfo\volinfo.exe C:\reactos\bin\tests