Update.
[pspp] / src / cmdline.c
index 630aab88526727bd468bd9fc4a9a24faf89c1a50..81ec7d801e3afbfe3d46b0e0b829adef0b98b2ba 100644 (file)
@@ -36,6 +36,7 @@
 #include "var.h"
 #include "version.h"
 #include "copyleft.h"
+#include "glob.h"
 
 void welcome (void);
 static void usage (void);
@@ -201,6 +202,7 @@ parse_command_line (int argc, char **argv)
     {
       /* FIXME: Later this option should do some other things, too. */
       force_long_view();
+      test_mode = 1;
     }