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