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.

18 lines
541 B

12 years ago
12 years ago
12 years ago
  1. if( KICAD_SCRIPTING_MODULES )
  2. # Test that runs the QA tests through scripting
  3. add_test( NAME qa_python
  4. COMMAND ${PYTHON_EXECUTABLE} test.py
  5. WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
  6. )
  7. set_property( TEST qa_python
  8. PROPERTY ENVIRONMENT "PYTHONPATH=${CMAKE_BINARY_DIR}/pcbnew${PYTHON_QA_PATH}"
  9. )
  10. endif()
  11. add_subdirectory( geometry )
  12. add_subdirectory( shape_poly_set_refactor )
  13. add_subdirectory( pcb_test_window )
  14. add_subdirectory( polygon_triangulation )
  15. add_subdirectory( polygon_generator )