From 6152fe9f08246c43682e0a266e2052d47e941e48 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 21 Jan 2014 22:58:29 -0500 Subject: [PATCH] Revert "test-suite target now depends upon combine" This reverts commit e0790b5281ebd0ca01b0a230e77aa8d7ad9d8b57. It is better to leave this out, because the availability of the combined source file will trigger the combined test cases, which in turn makes test-driven development frustrating because you are spammed with combined errors, which duplicates the first-encountered case error. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2ef7acd..5cd94eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -126,7 +126,7 @@ test/test-%: FORCE ./"$@" # JS test cases -test-suite: combine +test-suite: if HAS_NODE @echo "GNU ease.js Test Suite" @echo