summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2014-08-12 16:43:53 -0400
committerjoe <joe@jerkface.net>2014-08-12 16:43:53 -0400
commit524dee47806e54c77db56755fc0fdac932b0e887 (patch)
tree0050ff20e110eacf674c2c16d93116db661f0581 /t
parentb1a9f8026ec205fbce84680a7e2a7847c49c0098 (diff)
more IntMapClass and special t test-building script
Diffstat (limited to 't')
-rwxr-xr-xt16
1 files changed, 16 insertions, 0 deletions
diff --git a/t b/t
new file mode 100755
index 0000000..78daeab
--- /dev/null
+++ b/t
@@ -0,0 +1,16 @@
1#!/bin/bash
2args="-threaded -fwarn-unused-binds -fwarn-unused-imports -rtsopts -DRENDERFLUSH -optP-include -optPdist/build/autogen/cabal_macros.h"
3
4cfiles="dotlock.c"
5
6root=${0%/*}
7cd "$root"
8
9me=${0##*/}
10me=${me%.*}
11ghc \
12 -hidir build/$me -odir build/$me \
13 -iPresence \
14 $cfiles \
15 $args \
16 "$@"