Migrate testsuite/tests/basic-io

master
Sébastien Hinderer 2017-08-10 11:00:35 +02:00 committed by Damien Doligez
parent 8566eb4e2c
commit b34a3db6f8
4 changed files with 5 additions and 23 deletions

View File

@ -1,22 +0,0 @@
#**************************************************************************
#* *
#* OCaml *
#* *
#* Xavier Clerc, SED, INRIA Rocquencourt *
#* *
#* Copyright 2010 Institut National de Recherche en Informatique et *
#* en Automatique. *
#* *
#* All rights reserved. This file is distributed under the terms of *
#* the GNU Lesser General Public License version 2.1, with the *
#* special exception on linking described in the file LICENSE. *
#* *
#**************************************************************************
BASEDIR=../..
#MODULES=
MAIN_MODULE=wc
EXEC_ARGS=wc.ml
include $(BASEDIR)/makefiles/Makefile.one
include $(BASEDIR)/makefiles/Makefile.common

View File

@ -0,0 +1 @@
wc.ml

View File

@ -1,3 +1,6 @@
(* TEST
arguments = "wc.ml"
*)
(* Counts characters, lines and words in one or several files. *)

View File

@ -1 +1 @@
1199 characters, 178 words, 55 lines
1232 characters, 184 words, 58 lines