summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGabriel Kerneis2014-02-28 18:10:45 +0000
committerGabriel Kerneis2014-02-28 18:10:45 +0000
commit0a1013cde6b79e9e588a1055d8143250599d6f9c (patch)
tree17969711f2183b96118b443d853cd06c19a33989 /src
parent62b80e6fc907d8d3d94266a36f7170b83320686a (diff)
Do not build power test by default
Diffstat (limited to 'src')
-rw-r--r--src/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index 9052fbcb..1f1035b6 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,13 +1,14 @@
-.PHONY: all test clean update_lem_lib power_test
+.PHONY: all test clean update_lem_lib test_power
all:
- ocamlbuild -classic-display main.native test/run_tests.native test/run_power.native
+ ocamlbuild -classic-display main.native test/run_tests.native
test: all
./run_tests.native
-test_power: all
+test_power:
#../../../rsem/idl/power/binary/run.sh
+ ocamlbuild -classic-display main.native test/run_power.native
./run_power.native --file ../../../rsem/idl/power/binary/main.bin
clean: