about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-06 07:46:25 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-06 07:49:37 +0000
commit86699fa42105c48e7d4c3cf6e16cca4417bf0a06 (patch)
treee6a39aec7b946a7da7dc15af74496e37a60023b0 /GNUmakefile
parentfac515bf384d1cb8fe30a310bb38904b1dc74f58 (diff)
downloadclogger-86699fa42105c48e7d4c3cf6e16cca4417bf0a06.tar.gz
There may also be some MRI users uncomfortable running C
extensions.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 4addaf2..f98c1cc 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -36,10 +36,10 @@ $(test_unit):
         $(RUBY) $@
 
 test-ext:
-        $(MAKE) test-unit
+        CLOGGER_PURE=0 $(MAKE) test-unit
 
 test-pure:
-        CLOGGER_PURE=t $(MAKE) test-unit
+        CLOGGER_PURE=1 $(MAKE) test-unit
 
 test: test-ext test-pure