summaryrefslogtreecommitdiff
path: root/make.bat
diff options
context:
space:
mode:
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/make.bat b/make.bat
index f45466a0..c4736e89 100644
--- a/make.bat
+++ b/make.bat
@@ -60,6 +60,7 @@ if "%1" == "help" (
echo test-memleaks run memory leak tests
echo test-process run process related tests
echo test-system run system APIs related tests
+ echo test-platform platform-specific Windows tests
echo uninstall uninstall
echo upload-all upload exes + wheels
goto :eof
@@ -126,6 +127,12 @@ if "%1" == "test-system" (
goto :eof
)
+f "%1" == "test-platform" (
+ call :install
+ %PYTHON% psutil\tests\test_windows.py
+ goto :eof
+)
+
if "%1" == "test-by-name" (
call :install
%PYTHON% -m nose psutil\tests\test_process.py psutil\tests\test_system.py psutil\tests\test_windows.py psutil\tests\test_misc.py --nocapture -v -m %2