Summary: | DAHLIN-00364: Don't run test target if test script is not present | ||
Reporter: | Tzafrir Cohen (tzafrir) | Labels: | patch |
Date Opened: | 2018-09-30 06:00:28 | Date Closed: | 2018-10-01 15:01:19 |
Priority: | Minor | Regression? | No |
Status: | Closed/Complete | Components: | General |
Versions: | 2.11.1 | Frequency of Occurrence | |
Related Issues: | |||
Environment: | Attachments: | ( 0) notest.patch | |
Description: | The target "test" runs ./test_script . Thus "make test" fails if it is not there. Building of a debian package automatically runs Makefile targets 'check' or 'test' if they exist.
Attached patch removes the target if the script is not present. | ||
Comments: | By: Keith Morgan (kmorgan) 2018-10-01 15:01:19.943-0500 Patch committed in next branch. commit f95fff65883893defc79ae5c25ab04bf29afe80a |