From 8f801277df211416ca9636b3d28ead43f9f50a35 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 16 Jan 2009 12:47:51 -0600 Subject: Moving the tests so that they can guarantee to build after the library builds as otherwise they end up getting built first. --- libindicate/tests/test.js | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 libindicate/tests/test.js (limited to 'libindicate/tests/test.js') diff --git a/libindicate/tests/test.js b/libindicate/tests/test.js deleted file mode 100755 index 45b0d05..0000000 --- a/libindicate/tests/test.js +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/local/bin/seed -Seed.import_namespace("Indicate"); - -var indicator = new Indicate.Indicator(); - -indicator.show(); -- cgit v1.2.3