benchmark tool
[ust.git] / tests / benchmark / install
diff --git a/tests/benchmark/install b/tests/benchmark/install
new file mode 100755 (executable)
index 0000000..a66405d
--- /dev/null
@@ -0,0 +1,15 @@
+#!/bin/bash
+#
+# install ust
+
+# compile and install UST
+cd ../../
+make clean
+CFLAGS=-O3 ./configure
+make
+sudo make install
+sudo ldconfig
+
+# compile benchmark
+cd tests/benchmark
+make clean && make
This page took 0.022992 seconds and 4 git commands to generate.