Changes testcases in runtests to use TAP
[ust.git] / tests / benchmark / install
... / ...
CommitLineData
1#!/bin/bash
2#
3# install ust
4
5# compile and install UST
6cd ../../
7make clean
8CFLAGS=-O3 ./configure
9make
10sudo make install
11sudo ldconfig
12
13# compile benchmark
14cd tests/benchmark
15make clean && make
This page took 0.021479 seconds and 4 git commands to generate.