comparison 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
comparison
equal deleted inserted replaced
995:6883f5911eb7 996:859f9b4339e6
1 # test system call interface
2
3 # Copyright (c) 2006-2008 Claudio Calvelli, all rights reserved.
4
5 # CLC-INTERCAL is copyrighted software. However, permission to use, modify,
6 # and distribute it is granted provided that the conditions set out in the
7 # licence agreement are met. See files README and COPYING in the distribution.
8
9 my @all_tests = (
10 ['No Operation (0)', '', '', undef, "(666) DO .1 <- #0"],
11 ['Version Number (1)', '', "1.-94.-3\n", undef, "(666) DO .1 <- #1\nDO READ OUT ,1"],
12 ['INTERCAL DIALECT (2)', '', "CLC-INTERCAL\n", undef, "(666) DO .1 <- #2\nDO READ OUT ,1"],
13 # XXX file tests need to be written
14 );
15
16 require 't/compiler-test';
17
18 runtest(['sick', 'syscall'], 'DO GIVE UP', \@all_tests);
19