piston/lxc/test_all_lxc

56 lines
1.4 KiB
Plaintext
Raw Normal View History

#!/usr/bin/env bash
cd tests
echo 'testing awk'
2021-01-22 09:31:48 +01:00
../../cli/execute awk awk.awk
echo 'testing bash'
../../cli/execute bash bash.sh
echo 'testing c'
2021-01-22 09:31:48 +01:00
../../cli/execute c c.c
echo 'testing cpp'
2021-01-22 09:31:48 +01:00
../../cli/execute cpp cpp.cpp
echo 'testing csharp'
../../cli/execute csharp csharp.cs
echo 'testing deno'
2021-01-22 09:31:48 +01:00
../../cli/execute deno deno.ts
2020-06-09 05:33:25 +02:00
echo 'testing elixir'
2021-01-22 09:31:48 +01:00
../../cli/execute elixir elixir.exs
echo 'testing emacs'
../../cli/execute emacs emacs.el
echo 'testing go'
2021-01-22 09:31:48 +01:00
../../cli/execute go go.go
2020-10-17 19:06:23 +02:00
echo 'testing haskell'
2021-01-22 09:31:48 +01:00
../../cli/execute haskell haskell.hs
echo 'testing java'
2021-01-22 09:31:48 +01:00
../../cli/execute java java.java
echo 'testing jelly'
2021-01-22 09:31:48 +01:00
../../cli/execute jelly jelly.jelly good
echo 'testing julia'
../../cli/execute julia julia.jl
echo 'testing kotlin'
2021-01-22 09:31:48 +01:00
../../cli/execute kotlin kotlin.kt
echo 'testing nasm 32 bit'
../../cli/execute nasm nasm.nasm
echo 'testing nasm 64 bit'
../../cli/execute nasm64 nasm64.nasm
echo 'testing node'
../../cli/execute node node.js
echo 'testing paradoc'
../../cli/execute bash paradoc.sh
echo 'testing perl'
2021-01-22 09:31:48 +01:00
../../cli/execute perl perl.pl
echo 'testing php'
../../cli/execute php php.php
echo 'testing python2'
../../cli/execute python2 python2.py
echo 'testing python3'
../../cli/execute python3 python3.py
echo 'testing ruby'
2021-01-22 09:31:48 +01:00
../../cli/execute ruby ruby.rb
echo 'testing rust'
2021-01-22 09:31:48 +01:00
../../cli/execute rust rust.rs
2020-06-09 05:33:25 +02:00
echo 'testing swift'
2021-01-22 09:31:48 +01:00
../../cli/execute swift swift.swift
echo 'testing typescript'
2021-01-22 09:31:48 +01:00
../../cli/execute typescript typescript.ts