Modified hw3 to newer version
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
8437a82fbf
commit
07d34c0cd8
40 changed files with 856 additions and 271 deletions
18
hw3/test/dune
Normal file
18
hw3/test/dune
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
(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 llbackend))
|
||||
|
||||
(library
|
||||
(name gradedtests)
|
||||
(modules
|
||||
gradedtests
|
||||
; project libraries
|
||||
)
|
||||
(libraries util x86 ll llbackend))
|
||||
Loading…
Add table
Add a link
Reference in a new issue