From 4576e1f013f9eef34d279bacf46375fb7738bbf9 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Fri, 26 Oct 2018 14:43:07 +0200 Subject: [PATCH] Test C compiler. --- build/misc.tcl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build/misc.tcl b/build/misc.tcl index 59996335..5f224436 100644 --- a/build/misc.tcl +++ b/build/misc.tcl @@ -1192,6 +1192,14 @@ expect ":KILL" respond "*" ":stinkr m\r" expect ":KILL" +# Test C compiler. +respond "*" ":cc testc.c\r" +expect ":KILL" +respond "*" ":stinkr testc\r" +expect ":KILL" +respond "*" ":testc\r" +expect "Done." + # TJ6 respond "*" ":midas sysbin;_tj6;tj6\r" expect ":KILL"