summaryrefslogtreecommitdiff
path: root/create-test-report.sh
blob: 0afde1fba4f62fe67b61a344fa998a1364338aa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

CABAL_NAME=lambdacube-compiler

HPC_DIR=dist/hpc/${CABAL_NAME}
HPC_REPO_DIR=$HPC_DIR

TEST_DIR=src/UnitTest
TIX=lambdacube-compiler-test-suite.tix

hpc markup ${TIX} --hpcdir=${HPC_DIR} --destdir=${HPC_REPO_DIR}
hpc report ${TIX} --hpcdir=${HPC_DIR} --per-module