Makefile 738 B

12345678910111213141516171819202122232425262728293031323334353637
  1. ################################################################################
  2. #
  3. # Copyright (c) 2013 Minoca Corp. All Rights Reserved
  4. #
  5. # Module Name:
  6. #
  7. # Test Applications
  8. #
  9. # Abstract:
  10. #
  11. # This module contains applications used to test portions of
  12. # functionality during development of the operating system.
  13. #
  14. # Author:
  15. #
  16. # Evan Green 6-May-2013
  17. #
  18. # Environment:
  19. #
  20. # User Mode
  21. #
  22. ################################################################################
  23. DIRS = aiotest \
  24. dbgtest \
  25. filetest \
  26. ktest \
  27. mmaptest \
  28. mnttest \
  29. pathtest \
  30. perftest \
  31. sigtest \
  32. socktest \
  33. utmrtest \
  34. include $(SRCROOT)/os/minoca.mk