Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
387 B

  1. rem
  2. rem Runs all drt tests
  3. rem
  4. rem First compiles provider
  5. rem
  6. if (%p1) == () goto skipbuild
  7. set arch=%processor_architecture%
  8. if (%processor_architecture%) == (x86) set arch=i386
  9. cd .\provider
  10. build -c3ZM
  11. copy unicode\obj\%arch%\provider.exe ..\regress
  12. cd ..
  13. :skipbuild
  14. cd regress
  15. call runtrace.cmd
  16. call rundump.cmd
  17. call runwm.cmd
  18. cd ..
  19. call ctrltest.bat
  20. exit