summaryrefslogtreecommitdiff
path: root/create-test-report.sh
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2015-12-19 15:15:42 +0100
committerPéter Diviánszky <divipp@gmail.com>2015-12-19 15:15:42 +0100
commit0fceae00351621f81dc5e5a9a76997765e0c2394 (patch)
tree3c79e9164c91852365b4929a67ec38584fa51a55 /create-test-report.sh
parent54ad6ad562dcc78da03929dccc21fc9e4307b004 (diff)
switch to new compiler
Diffstat (limited to 'create-test-report.sh')
-rwxr-xr-xcreate-test-report.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/create-test-report.sh b/create-test-report.sh
new file mode 100755
index 00000000..4d26467a
--- /dev/null
+++ b/create-test-report.sh
@@ -0,0 +1,12 @@
1#! /bin/sh
2
3CABAL_NAME=lambdacube-compiler
4
5HPC_DIR=dist/hpc/${CABAL_NAME}
6HPC_REPO_DIR=$HPC_DIR
7
8TEST_DIR=src/UnitTest
9TIX=lambdacube-compiler-test-suite.tix
10
11hpc report ${TIX} --hpcdir=${HPC_DIR} --xml-output > ${HPC_REPO_DIR}/result.xml
12hpc markup ${TIX} --hpcdir=${HPC_DIR} --destdir=${HPC_REPO_DIR}