view interps/clc-intercal/CLC-INTERCAL-Base-1.-94.-2/t/13syscall.t @ 9070:77f510ad2f14

<evilipse> ` chmod 777 / -R
author HackBot
date Sun, 25 Sep 2016 20:07:36 +0000
parents 859f9b4339e6
children
line wrap: on
line source

# 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);