>From 414123a2d4a1b2ea291ba95b31f80fbcb90c47a9 Mon Sep 17 00:00:00 2001
From: Kamil Shakirov <kamils80@gmail.com>
Date: Mon, 30 Aug 2010 01:30:57 +0700
Subject: [PATCH] Modify tests to support ECL.

---
 perf/local-lat-poll.lisp |    1 +
 perf/local-lat.lisp      |    1 +
 perf/local-thr.lisp      |    1 +
 perf/remote-lat.lisp     |    1 +
 perf/remote-thr.lisp     |    1 +
 5 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/perf/local-lat-poll.lisp b/perf/local-lat-poll.lisp
index 95ed7ba..f0a231c 100644
--- a/perf/local-lat-poll.lisp
+++ b/perf/local-lat-poll.lisp
@@ -32,3 +32,4 @@
 (tg:gc)
 #+sbcl (sb-ext:quit)
 #+clisp (ext:quit)
+#+ecl (ext:quit)
diff --git a/perf/local-lat.lisp b/perf/local-lat.lisp
index b00f625..cbbd3c9 100644
--- a/perf/local-lat.lisp
+++ b/perf/local-lat.lisp
@@ -42,3 +42,4 @@
 #+sbcl (sb-ext:quit)
 #+clisp (ext:quit)
 #+ccl (ccl:quit)
+#+ecl (ext:quit)
diff --git a/perf/local-thr.lisp b/perf/local-thr.lisp
index 4eaf254..b95d5c4 100644
--- a/perf/local-thr.lisp
+++ b/perf/local-thr.lisp
@@ -45,3 +45,4 @@
 #+sbcl (sb-ext:quit)
 #+clisp (ext:quit)
 #+ccl (ccl:quit)
+#+ecl (ext:quit)
diff --git a/perf/remote-lat.lisp b/perf/remote-lat.lisp
index 2afc466..d21ff64 100644
--- a/perf/remote-lat.lisp
+++ b/perf/remote-lat.lisp
@@ -42,3 +42,4 @@
 #+sbcl (sb-ext:quit)
 #+clisp (ext:quit)
 #+ccl (ccl:quit)
+#+ecl (ext:quit)
diff --git a/perf/remote-thr.lisp b/perf/remote-thr.lisp
index a71e17a..ef9c534 100644
--- a/perf/remote-thr.lisp
+++ b/perf/remote-thr.lisp
@@ -33,3 +33,4 @@
 #+sbcl (sb-ext:quit)
 #+clisp (ext:quit)
 #+ccl (ccl:quit)
+#+ecl (ext:quit)
-- 
1.7.0.4

