Changes between Version 2 and Version 3 of Ticket #54215, comment 16


Ignore:
Timestamp:
Sep 10, 2017, 3:03:21 AM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54215, comment 16

    v2 v3  
    2020############## TESTING infrastructure #########
    2121
    22 pre-test {
    23     eval test.args  ${build.args}
    24 }
    2522test.args-append    -k
    2623test.run            yes
     
    3229}}}
    3330
    34 I suppose there is probably a `depends_test port:dejagnu port:expect` that exists if I were to go looking for it.
     31I suppose there is probably a `depends_test port:dejagnu port:expect` that exists if I were to go looking for it. Addition: Testing suite also requires autogen to be installed.
     32
     33Once built, it is possible to manually go into the build directory and `sudo make -k check`.