
# Include Testing package
if(BUILD_TESTING)

  include( ${CMAKE_SOURCE_DIR}/OpenFlipper/tests/testGenerators.cmake )

  # ========================================================================
  # ========================================================================
  # Tests
  # ========================================================================
  # ========================================================================

  run_local_script_test("dataType.ofp")
  run_local_script_test("group.ofp")

endif()
