Skip to content
Snippets Groups Projects
Commit b2891587 authored by Isaac Potoczny-Jones's avatar Isaac Potoczny-Jones
Browse files

added simple script for running tests w/ ghc (tests hugs also)

parent 65d560c8
No related merge requests found
#!/bin/sh
HCBASE=/usr/bin/
HC=$HCBASE/ghc
GHCFLAGS='--make -Wall -fno-warn-unused-matches -cpp'
ISPOSIX=-DHAVE_UNIX_PACKAGE
rm moduleTest
mkdir -p dist/debug
$HC $GHCFLAGS $ISPOSIX -DDEBUG -odir dist/debug -hidir dist/debug -idist/debug/:.:tests/HUnit-1.0/src tests/ModuleTest.hs -o moduleTest
./moduleTest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment