(executable
 (flags :standard -w -3)
 (libraries threads google_drive_ocamlfuse ounit2)
 (name testSuite))

(alias
 (name runtest)
 (deps testSuite.exe)
 (action (run ./testSuite.exe)))
