diff interps/clc-intercal/CLC-INTERCAL-Base-1.-94.-2/t/13syscall.t @ 996:859f9b4339e6

<Gregor> tar xf egobot.tar.xz
author HackBot
date Sun, 09 Dec 2012 19:30:08 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/interps/clc-intercal/CLC-INTERCAL-Base-1.-94.-2/t/13syscall.t	Sun Dec 09 19:30:08 2012 +0000
@@ -0,0 +1,19 @@
+# test system call interface
+
+# Copyright (c) 2006-2008 Claudio Calvelli, all rights reserved.
+
+# CLC-INTERCAL is copyrighted software. However, permission to use, modify,
+# and distribute it is granted provided that the conditions set out in the
+# licence agreement are met. See files README and COPYING in the distribution.
+
+my @all_tests = (
+    ['No Operation (0)', '', '', undef, "(666) DO .1 <- #0"],
+    ['Version Number (1)', '', "1.-94.-3\n", undef, "(666) DO .1 <- #1\nDO READ OUT ,1"],
+    ['INTERCAL DIALECT (2)', '', "CLC-INTERCAL\n", undef, "(666) DO .1 <- #2\nDO READ OUT ,1"],
+    # XXX file tests need to be written
+);
+
+require 't/compiler-test';
+
+runtest(['sick', 'syscall'], 'DO GIVE UP', \@all_tests);
+