CS153/hw5/test/dune
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

22 lines
372 B
Text

(env
(dev
(flags
(:standard -g -w "+a-4-7-9-26-27-29-30-32..42-44-45-48-50-60-66..70")
)))
(library
(name testlib)
(modules testlib)
(libraries util x86 ll oat))
(library
(name studenttests)
(modules studenttests)
(libraries testlib util x86 ll oat))
(library
(name gradedtests)
(modules gradedtests
;
)
(libraries testlib util x86 ll oat))