CS153/hw5/test/studenttests.ml
jmug 9224001a22 Update hw5 to a newer version.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
2025-01-24 21:10:31 -08:00

18 lines
407 B
OCaml

open Testlib
open Util.Assert
open X86
open Ll
module Driver = Oat.Driver
module Backend = Oat.Backend
module Typechecker = Oat.Typechecker
module Frontend = Oat.Frontend
module Tctxt = Oat.Tctxt
open Backend
open Driver
(* Use this file to create additional test cases here to help you *)
(* debug your comiplper *)
let student_local_tests : suite = [
]