OSDN Git Service

merge src/ and test/ at base/
[happyabc/happyabc.git] / driver / test / .ocamlinit
1 #use "topfind";;
2 #directory "../../base";;
3 #load "base.cma";;
4
5 #require "extlib";;
6 #require "unix";;
7 #require "str";;
8 #require "oUnit";;
9
10 #directory "../src";;
11 #load "habc.cma";;