2014-12-19 23:27 GMT+03:00 Landry Breuil <[email protected]>: > On Fri, Dec 19, 2014 at 01:31:48AM +0400, Vadim Zhukov wrote: >> 2014-12-16 17:39 GMT+03:00 Landry Breuil <[email protected]>: >> > Hi, >> > >> > here's a port of pgRouting, a postgis/postgresql extension that allows >> > to use routing functions (astar, dijkstra, etc..) on a spatially enabled >> > SQL database containing a graph. Tested working fine with the sample >> > data provided at >> > http://docs.pgrouting.org/dev/doc/src/developer/sampledata.html, and >> > queried using pgRoutingLayer QGIS plugin. >> >> Reads and packages fine here, except test part: >> >> 1. NO_TEST isn't needed, the "make test" itself doesn't fail. > > It fails here: > ===> Regression tests for pgrouting-2.0.0 > ninja: error: unknown target 'test', did you mean 'trsp'?
Ah, my bad. :( I've run "make test", noticed that NO_TEST was in effect, removed NO_TEST to see what changes, and run "make test" again. But ports infrastructure does save a cookie after running "make test", even if tests weren't actually run. So I misinterpreted that as "there are no tests, but no need for NO_TEST either. Sorry. -- WBR, Vadim Zhukov
