apjanke / octave-testify

New BIST (Built-In Self Test) functions for GNU Octave
GNU General Public License v3.0
4 stars 2 forks source link

Change `make dist` to work on current local changes instead of last commit #4

Closed apjanke closed 5 years ago

apjanke commented 5 years ago

Nixing this, or at least delaying it. Since Testify has no C++ code, you don't need to go through the build and install cycle to work with it in dev; just add its inst directory to your path.

And for real releases, it's appropriate that the code come from the last commit that's actually in source control, not local changes. If this is done, it should be a separate dist-local target.

Closing as wontfix.