Changeset 5 for trunk/YamlReference/Setup.hs
- Timestamp:
- 01/13/08 16:07:30 (11 months ago)
- Files:
-
- 1 modified
-
trunk/YamlReference/Setup.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/YamlReference/Setup.hs
r3 r5 2 2 import System.Cmd 3 3 main = defaultMainWithHooks $ defaultUserHooks { runTests = run, preClean = clean } 4 where run _ _ _ _ = system $ "dist/build/yaml2yeast-test/yaml2yeast-test tests" 4 where run _ _ _ _ = do 5 system "dist/build/yaml2yeast-test/yaml2yeast-test tests" 6 return () 5 7 clean _ _ = do 6 system $"rm -f tests/*.error"8 system "rm -f tests/*.error" 7 9 return (Nothing, [])
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)