X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2F00-order-linear.gl;h=2745dd201fcaf0e4f4d634ff9f559841fddf420d;hb=ba7f932c4a628d12eccd971379e8eb93ae48afd2;hp=fc72ab1b8572cd7f1b4303a20d6cb0e74431ec1c;hpb=2eb51edbee2ed214e23a765ad72e53348476b243;p=goals.git diff --git a/tests/00-order-linear.gl b/tests/00-order-linear.gl index fc72ab1..2745dd2 100644 --- a/tests/00-order-linear.gl +++ b/tests/00-order-linear.gl @@ -16,6 +16,8 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# Test a linear dependency graph is built in the right order. + goal all = : g1 goal g1 = : g2 { echo "G1" } goal g2 = : g3 { echo "G2" }