<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- test/Makefile.am.org	2005-11-12 21:11:14.000000000 -0800
+++ test/Makefile.am	2006-03-02 22:59:27.000000000 -0800
@@ -1,11 +1,11 @@
 TARGET_TESTS=\
 	test-fact test-comments test-inc test-logic test-array \
 	test-global test-struct test-iter \
-	test-string test-extend test-types test-big
+	test-string test-extend test-types
 SCRIPT_TESTS=\
 	fact.sx comments.sx inc.sx logic.sx array.sx \
 	global.sx struct.sx iter.sx \
-	string.sx extend.sx types.sx big.sx
+	string.sx extend.sx types.sx
 
 EXTRA_DIST=$(SCRIPT_TESTS)
 	
@@ -58,9 +58,5 @@
 	echo '&gt;&gt; types.sx:' &gt;&gt; test.log
 	$(SX) $&lt; 2&gt;&amp;1 | tee -a test.log | grep Success &gt; /dev/null &amp;&amp; touch $@
 
-test-big: big.sx $(SX)
-	echo '&gt;&gt; big.sx:' &gt;&gt; test.log
-	$(SX) $&lt; 2&gt;&amp;1 | tee -a test.log | grep Success &gt; /dev/null &amp;&amp; touch $@
-
 clean-local:
 	rm -f $(TARGET_TESTS) test.log
</pre></body></html>