From 665ccb6677fe8e7db9b875289179d342ff32cfaf Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Sun, 6 Mar 2016 16:38:43 -0800 Subject: return username --- make.bat | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'make.bat') 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 -- cgit v1.2.1