DEBSOURCES
Skip Quicknav
sources / alex / 3.5.4.0-1 / test.hs
1234
import System.Process (system) import System.Exit (exitWith) main = system "make -k -C tests clean tests" >>= exitWith