1
0

Makefile 992 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. ################################################################################
  2. #
  3. # Copyright (c) 2013 Minoca Corp.
  4. #
  5. # This file is licensed under the terms of the GNU General Public License
  6. # version 3. Alternative licensing terms are available. Contact
  7. # info@minocacorp.com for details. See the LICENSE file at the root of this
  8. # project for complete licensing information.
  9. #
  10. # Module Name:
  11. #
  12. # Test Applications
  13. #
  14. # Abstract:
  15. #
  16. # This module contains applications used to test portions of
  17. # functionality during development of the operating system.
  18. #
  19. # Author:
  20. #
  21. # Evan Green 6-May-2013
  22. #
  23. # Environment:
  24. #
  25. # User Mode
  26. #
  27. ################################################################################
  28. DIRS = aiotest \
  29. dbgtest \
  30. filetest \
  31. ktest \
  32. mmaptest \
  33. mnttest \
  34. pathtest \
  35. perftest \
  36. sigtest \
  37. socktest \
  38. utmrtest \
  39. include $(SRCROOT)/os/minoca.mk