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.

20 lines
488 B

  1. SINGLE_THREADED_TESTS = appender_test \
  2. customloglevel_test \
  3. fileappender_test \
  4. filter_test \
  5. hierarchy_test \
  6. loglog_test \
  7. ndc_test \
  8. ostream_test \
  9. patternlayout_test \
  10. performance_test \
  11. priority_test \
  12. propertyconfig_test \
  13. socket_test \
  14. timeformat_test
  15. if MULTI_THREADED
  16. SUBDIRS = $(SINGLE_THREADED_TESTS) thread_test configandwatch_test
  17. else
  18. SUBDIRS = $(SINGLE_THREADED_TESTS)
  19. endif