File: test-debug.hs

package info (click to toggle)
alex 3.5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 824 kB
  • sloc: haskell: 4,772; makefile: 148; yacc: 56; ansic: 4
file content (4 lines) | stat: -rw-r--r-- 126 bytes parent folder | download
1
2
3
4
import System.Process (system)
import System.Exit (exitWith)

main = system "make -k -C tests clean tests-debug" >>= exitWith