]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - tests/lib.sh.test.out
tests: Add test for m4() with multiple arguments.
[config/dotfiles.git] / tests / lib.sh.test.out
index 79a69a081cd5a1bdc9c7f5e95dadd71f3610a8b5..e68b9959e8f5b39194e2a96a1a3782781a265c2b 100644 (file)
@@ -1 +1,22 @@
-which installed
+ls installed
+Mac OS X which for ls
+ls installed
+Mac OS X which for doesnt-exist
+m4(): generating 'tmp/test' from 'tmp/test.m4' with options '-DTEST=m4'
+###################################
+# WARNING! DO NOT EDIT THIS FILE! #
+###################################
+
+
+Simple test file for m4.
+    m4
+m4(): generating 'tmp/test-multiple' from 'tmp/test-multiple.m4' with options '-DFIRST=first -DSECOND=second'
+###################################
+# WARNING! DO NOT EDIT THIS FILE! #
+###################################
+
+
+Test with multiple arguments passed to m4.
+first: first
+second: second
+