综合平台编程器项目的远程存储
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.
 
 
 
 

17 lines
374 B

  1. include(pri/test_defaults.pri)
  2. include(pri/test_layers.pri)
  3. TARGET = performance_tests
  4. QT += testlib
  5. SOURCES += \
  6. performance_tests.cpp \
  7. $$DOMAIN_REGISTER_SOURCES \
  8. $$DOMAIN_LOGIC_SOURCES \
  9. ../src/services/software_logic_executor.cpp
  10. HEADERS += \
  11. $$DOMAIN_REGISTER_HEADERS \
  12. $$DOMAIN_LOGIC_HEADERS \
  13. ../src/services/software_logic_executor.h