Skip to content

Commit 258066b

Browse files
committed
add: smlunit-lib
save smlunitlib.{smi,cm,mlb} for backward compatibility
1 parent 372eccd commit 258066b

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

basis/test/module.mlb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*)
55
$(SML_LIB)/basis/basis.mlb
66

7-
../../smlunitlib.mlb
7+
../../smlunit-lib.mlb
88

99
(****************************************)
1010
(* Tests for required modules. *)

basis/test/smlunitlib_compat.cm

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
* @copyright 2010, Tohoku University.
66
*)
77
library
8-
(library(../../smlunitlib.cm) - source(smlunitlib_compat.sml))
8+
(library(../../smlunit-lib.cm) - source(smlunitlib_compat.sml))
99
source(smlunitlib_compat.sml)
1010
is
1111
basis_compat.cm
12-
../../smlunitlib.cm
12+
../../smlunit-lib.cm
1313
smlunitlib_compat.sml

smlunit-lib.cm

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
(*
2+
* @author YAMATODANI Kiyoshi
3+
* @copyright 2010, Tohoku University.
4+
*)
5+
Library
6+
signature ASSERT
7+
signature SMLUNIT
8+
signature TEST
9+
structure SMLUnit
10+
is
11+
src/sources.cm

smlunit-lib.mlb

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
(*
2+
* @author YAMATODANI Kiyoshi
3+
* @copyright 2010, Tohoku University.
4+
*)
5+
src/sources.mlb

0 commit comments

Comments
 (0)