aboutsummaryrefslogtreecommitdiffstats
path: root/test_deliverable/c_compiler_ref.sh
diff options
context:
space:
mode:
authorymherklotz <ymherklotz@gmail.com>2017-03-10 12:50:26 +0000
committerymherklotz <ymherklotz@gmail.com>2017-03-10 12:50:26 +0000
commitf8f834c49ec51b6190d28d09e1028520195f7353 (patch)
tree4abd18b2fa4b66c90406222b28cf43eacffff2fb /test_deliverable/c_compiler_ref.sh
parent28251a0c6f4e31c63c12746ffa77e05c669ef80d (diff)
parentddfb2e17f0fcc5ba9a4c944b4a9e3d4489426a71 (diff)
downloadCompiler-f8f834c49ec51b6190d28d09e1028520195f7353.tar.gz
Compiler-f8f834c49ec51b6190d28d09e1028520195f7353.zip
Merge branch 'master' of github.com:LangProc/langproc-2016-cw
Diffstat (limited to 'test_deliverable/c_compiler_ref.sh')
-rw-r--r--test_deliverable/c_compiler_ref.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/test_deliverable/c_compiler_ref.sh b/test_deliverable/c_compiler_ref.sh
new file mode 100644
index 0000000..a55b56d
--- /dev/null
+++ b/test_deliverable/c_compiler_ref.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+mips-linux-gnu-gcc -c -S -x c - -o -
+exit $?