File tree 4 files changed +19
-3
lines changed
4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 4
4
*)
5
5
$(SML_LIB)/basis/basis.mlb
6
6
7
- ../../smlunitlib .mlb
7
+ ../../smlunit-lib .mlb
8
8
9
9
(****************************************)
10
10
(* Tests for required modules. *)
Original file line number Diff line number Diff line change 5
5
* @copyright 2010, Tohoku University.
6
6
*)
7
7
library
8
- (library(../../smlunitlib .cm) - source(smlunitlib_compat.sml))
8
+ (library(../../smlunit-lib .cm) - source(smlunitlib_compat.sml))
9
9
source(smlunitlib_compat.sml)
10
10
is
11
11
basis_compat.cm
12
- ../../smlunitlib .cm
12
+ ../../smlunit-lib .cm
13
13
smlunitlib_compat.sml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
1
+ (*
2
+ * @author YAMATODANI Kiyoshi
3
+ * @copyright 2010, Tohoku University.
4
+ *)
5
+ src/sources.mlb
You can’t perform that action at this time.
0 commit comments