Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

[#15] Fixes unit test issues #77

Merged
merged 3 commits into from Apr 26, 2017
Merged

[#15] Fixes unit test issues #77

merged 3 commits into from Apr 26, 2017

Commits on Apr 16, 2017

  1. Configuration menu
    Copy the full SHA
    94f3e59 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. Updated SConscript to only copy testdata directory (google#15)

    Uses Command/rsync_cmd to match other SConscripts
    tst-ccamp committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    e0a7dc7 View commit details
    Browse the repository at this point in the history
  2. Prevent running tests from wrong directory.

    Running the unit tests from outside the NATIVE-REL-x86_64 (or
    similar) directory causes failures.  This change prints an
    error if the tests are run outside the expected directory.
    Adds a regex check to ensure that tests are running from the
    correct directory.  This is more robust than the previous
    substring check.
    
    Changes to the directory containing the test script before
    running the tests.
    tst-lsavoie authored and tst-ccamp committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    eb59759 View commit details
    Browse the repository at this point in the history