CS153/hw4/test/dune
jmug b24a264f7e Update hw4 to a newer version.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
2025-01-24 21:01:32 -08:00

17 lines
298 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 studenttests)
(modules studenttests)
(libraries gradedtests util x86 ll oat))
(library
(name gradedtests)
(modules gradedtests progasts
;
)
(libraries util x86 ll oat))