tobiipro / support-firecloud

Software and configuration that support TobiiPro's Cloud Services development.
Apache License 2.0
4 stars 1 forks source link

revert to make test: check first ? #20

Closed andreineculau closed 6 years ago

andreineculau commented 6 years ago

https://github.com/tobiipro/support-firecloud/commit/7ae01d34bbd48abff7589088e5905dc9c40c3192

@IanSavchenko there's one negative side-effect: running make all test now runs check twice.

Before the 2nd one would have been swallowed due to make's dependency graph.

Possible ways to go forward:

andreineculau commented 6 years ago

find a make trick to swallow the 2nd run

now on master branch, but leaving this open as it's worth a short discussion

IanSavchenko commented 6 years ago

Let's quickly discuss in the office. All the options are more or less acceptable.

IanSavchenko commented 6 years ago

Keeping it simple: no dependency on check for build and test targets.