piston/lxc/test_all_lxc

58 lines
1.6 KiB
Plaintext
Raw Normal View History

#!/usr/bin/env bash
cd tests
2021-01-22 09:45:52 +01:00
echo -n 'testing awk = '
2021-01-22 09:31:48 +01:00
../../cli/execute awk awk.awk
2021-01-22 09:45:52 +01:00
echo -n 'testing bash = '
2021-01-22 09:31:48 +01:00
../../cli/execute bash bash.sh
2021-01-22 09:45:52 +01:00
echo -n 'testing c = '
2021-01-22 09:31:48 +01:00
../../cli/execute c c.c
2021-01-22 09:45:52 +01:00
echo -n 'testing cpp = '
2021-01-22 09:31:48 +01:00
../../cli/execute cpp cpp.cpp
2021-01-22 09:45:52 +01:00
echo -n 'testing csharp = '
2021-01-22 09:31:48 +01:00
../../cli/execute csharp csharp.cs
2021-01-22 09:45:52 +01:00
echo -n 'testing deno = '
2021-01-22 09:31:48 +01:00
../../cli/execute deno deno.ts
2021-01-22 09:45:52 +01:00
echo -n 'testing elixir = '
2021-01-22 09:31:48 +01:00
../../cli/execute elixir elixir.exs
2021-01-22 09:45:52 +01:00
echo -n 'testing emacs = '
2021-01-22 09:31:48 +01:00
../../cli/execute emacs emacs.el
2021-01-22 09:45:52 +01:00
echo -n 'testing go = '
2021-01-22 09:31:48 +01:00
../../cli/execute go go.go
2021-01-22 09:45:52 +01:00
echo -n 'testing haskell = '
2021-01-22 09:31:48 +01:00
../../cli/execute haskell haskell.hs
2021-01-22 09:45:52 +01:00
echo -n 'testing java = '
2021-01-22 09:31:48 +01:00
../../cli/execute java java.java
2021-01-22 09:45:52 +01:00
echo -n 'testing jelly = '
2021-01-22 09:31:48 +01:00
../../cli/execute jelly jelly.jelly good
2021-01-22 09:45:52 +01:00
echo -n 'testing julia = '
2021-01-22 09:31:48 +01:00
../../cli/execute julia julia.jl
2021-01-22 09:45:52 +01:00
echo -n 'testing kotlin = '
2021-01-22 09:31:48 +01:00
../../cli/execute kotlin kotlin.kt
2021-01-23 21:14:55 +01:00
echo -n 'testing lisp = '
../../cli/execute lisp lisp.cl
2021-01-22 09:45:52 +01:00
echo -n 'testing nasm 32 bit = '
2021-01-22 09:31:48 +01:00
../../cli/execute nasm nasm.nasm
2021-01-22 09:45:52 +01:00
echo -n 'testing nasm 64 bit = '
2021-01-22 09:31:48 +01:00
../../cli/execute nasm64 nasm64.nasm
2021-01-22 09:45:52 +01:00
echo -n 'testing node = '
2021-01-22 09:31:48 +01:00
../../cli/execute node node.js
2021-01-22 09:45:52 +01:00
echo -n 'testing paradoc = '
2021-01-22 09:31:48 +01:00
../../cli/execute bash paradoc.sh
2021-01-22 09:45:52 +01:00
echo -n 'testing perl = '
2021-01-22 09:31:48 +01:00
../../cli/execute perl perl.pl
2021-01-22 09:45:52 +01:00
echo -n 'testing php = '
2021-01-22 09:31:48 +01:00
../../cli/execute php php.php
2021-01-22 09:45:52 +01:00
echo -n 'testing python2 = '
2021-01-22 09:31:48 +01:00
../../cli/execute python2 python2.py
2021-01-22 09:45:52 +01:00
echo -n 'testing python3 = '
2021-01-22 09:31:48 +01:00
../../cli/execute python3 python3.py
2021-01-22 09:45:52 +01:00
echo -n 'testing ruby = '
2021-01-22 09:31:48 +01:00
../../cli/execute ruby ruby.rb
2021-01-22 09:45:52 +01:00
echo -n 'testing rust = '
2021-01-22 09:31:48 +01:00
../../cli/execute rust rust.rs
2021-01-22 09:45:52 +01:00
echo -n 'testing swift = '
2021-01-22 09:31:48 +01:00
../../cli/execute swift swift.swift
2021-01-22 09:45:52 +01:00
echo -n 'testing typescript = '
2021-01-22 09:31:48 +01:00
../../cli/execute typescript typescript.ts