about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-03 19:23:43 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-03 19:23:43 -0700
commitaf12d387069d017494daa23534fa7f87aea9ff3b (patch)
treed0577fe7486f711d7286595c0ebd4494ef6152f4 /GNUmakefile
parentb7c6846e317b0f2bfe4807aab34524c2a633947c (diff)
downloadclogger-af12d387069d017494daa23534fa7f87aea9ff3b.tar.gz
This is useful for testing the pure Ruby version in case
clogger_ext is already installed on your system.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a9bf2d8..b57c947 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -25,7 +25,7 @@ test-ext: ext/clogger_ext/clogger.$(DLEXT)
         $(ruby) -Iext/clogger_ext:lib test/test_clogger.rb
 
 test-pure:
-        $(ruby) -Ilib test/test_clogger.rb
+        CLOGGER_PURE=t $(ruby) -Ilib test/test_clogger.rb
 
 test: test-ext test-pure