aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/test/hipe.spec
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2014-02-25 13:40:48 +0100
committerHenrik Nord <[email protected]>2014-02-25 13:40:48 +0100
commitf90751b9f766a0155aaaa6fe22bc925f3a9874e2 (patch)
tree832940d8c290d35963285f9bc62b62eff460311b /lib/hipe/test/hipe.spec
parent7512dc06d2356c116475661693c1bc73d18434dd (diff)
parent9855233b06ff7ab0af4fabbc99a28907620550c9 (diff)
downloadotp-f90751b9f766a0155aaaa6fe22bc925f3a9874e2.tar.gz
otp-f90751b9f766a0155aaaa6fe22bc925f3a9874e2.tar.bz2
otp-f90751b9f766a0155aaaa6fe22bc925f3a9874e2.zip
Merge branch 'kostis/hipe-tests-bs/OTP-11748'
* kostis/hipe-tests-bs/OTP-11748: Up the time limit (globally) for some slow machines Add check so that tests are skipped if HiPE is not available Add a Makefile for the HiPE tests Add tests for the HiPE compiler (Part 1: binaries and bitstrings)
Diffstat (limited to 'lib/hipe/test/hipe.spec')
-rw-r--r--lib/hipe/test/hipe.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/hipe/test/hipe.spec b/lib/hipe/test/hipe.spec
index 6b0b226dc3..2894f40354 100644
--- a/lib/hipe/test/hipe.spec
+++ b/lib/hipe/test/hipe.spec
@@ -1 +1,6 @@
-{suites,"../hipe_test",all}.
+%% -*- erlang -*-
+
+{alias, tests, "../hipe_test"}.
+
+{suites, tests, all}.
+