about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
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