Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Whether I can run qt Auto test Project on remote device for example Beaglebone black
Forum Updated to NodeBB v4.3 + New Features

Whether I can run qt Auto test Project on remote device for example Beaglebone black

Scheduled Pinned Locked Moved Solved Mobile and Embedded
3 Posts 2 Posters 574 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    saurabh162
    wrote on last edited by
    #1

    Dear Developers,

    Please inform me whether I can run Qt Tests using "Test view"-> "Run All tests" menu in Qt creator for remote target e.g Beaglebone black so that I get results of unit tests in xml format

    I am asking this because I have read on Qt Creator that Auto Test Project support only Desktop platform and not Generic Linux device such as Beaglebone black.

    Additionally when I try to run unit tests using "Test view"-> "Run All tests" menu in Qt Creator I always get following result
    Test summary: 0 passes, 0 fails

    Whereas when i run my same Qt Test project (containing unit tests) using "Ctrl +R" on target I get following result on Application Output window.

    ********* Start testing of TestCalculator *********
    Config: Using QtTest library 5.7.1, Qt 5.7.1 (arm-little_endian-ilp32-eabi-hardfloat shared (dynamic) release build; by GCC 6.3.0 20170124)
    PASS   : TestCalculator::initTestCase()
    PASS   : TestCalculator::testConstructor()
    PASS   : TestCalculator::testSum()
    PASS   : TestCalculator::cleanupTestCase()
    Totals: 4 passed, 0 failed, 0 skipped, 0 blacklisted, 5ms
    ********* Finished testing of TestCalculator *********
    

    Please inform me if you need any other information from me.

    Regards
    Saurabh

    aha_1980A 1 Reply Last reply
    1
    • S saurabh162

      Dear Developers,

      Please inform me whether I can run Qt Tests using "Test view"-> "Run All tests" menu in Qt creator for remote target e.g Beaglebone black so that I get results of unit tests in xml format

      I am asking this because I have read on Qt Creator that Auto Test Project support only Desktop platform and not Generic Linux device such as Beaglebone black.

      Additionally when I try to run unit tests using "Test view"-> "Run All tests" menu in Qt Creator I always get following result
      Test summary: 0 passes, 0 fails

      Whereas when i run my same Qt Test project (containing unit tests) using "Ctrl +R" on target I get following result on Application Output window.

      ********* Start testing of TestCalculator *********
      Config: Using QtTest library 5.7.1, Qt 5.7.1 (arm-little_endian-ilp32-eabi-hardfloat shared (dynamic) release build; by GCC 6.3.0 20170124)
      PASS   : TestCalculator::initTestCase()
      PASS   : TestCalculator::testConstructor()
      PASS   : TestCalculator::testSum()
      PASS   : TestCalculator::cleanupTestCase()
      Totals: 4 passed, 0 failed, 0 skipped, 0 blacklisted, 5ms
      ********* Finished testing of TestCalculator *********
      

      Please inform me if you need any other information from me.

      Regards
      Saurabh

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @saurabh162

      You may want to track QTCREATORBUG-21759. You can also comment and vote there.

      Regards

      Qt has to stay free or it will die.

      S 1 Reply Last reply
      3
      • aha_1980A aha_1980

        @saurabh162

        You may want to track QTCREATORBUG-21759. You can also comment and vote there.

        Regards

        S Offline
        S Offline
        saurabh162
        wrote on last edited by
        #3

        @aha_1980 Thank you very much. I will follow this link :)

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved