aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/div32.c
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-03-22 11:32:19 +0100
committerCyril SIX <cyril.six@kalray.eu>2019-03-22 11:32:19 +0100
commit0edb9804b295e2cb332f86c252de70fa8e760710 (patch)
tree2ca06337be72d5dfa1dbff29b01a24bf864ba46b /test/mppa/instr/div32.c
parentf91b605c7dfea8b993f25acc3e5badca36d86fa6 (diff)
downloadcompcert-kvx-0edb9804b295e2cb332f86c252de70fa8e760710.tar.gz
compcert-kvx-0edb9804b295e2cb332f86c252de70fa8e760710.zip
Rajout de tests test/mppa pour division/modulo
Diffstat (limited to 'test/mppa/instr/div32.c')
-rw-r--r--test/mppa/instr/div32.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/mppa/instr/div32.c b/test/mppa/instr/div32.c
new file mode 100644
index 00000000..83c3a0e3
--- /dev/null
+++ b/test/mppa/instr/div32.c
@@ -0,0 +1,5 @@
+#include "framework.h"
+
+BEGIN_TEST(int)
+ c = a/b;
+END_TEST32()