#73 Tests can not build previous to install
Closed: Duplicate Opened by firstyear.

The current design of the tests requires you to run:

make
make install
make tests
run tests.

However, many build systems execute:

make
make tests
run tests
make install

We must fix the linking of nunc-stans to lfds to enable this pattern.


@firstyear changed the status to Closed

Resolved in #76

Metadata