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-16 13:14:17 +01:00
../../cli/execute awk test.awk
echo 'testing c'
2021-01-16 13:14:17 +01:00
../../cli/execute c test.c
echo 'testing cpp'
2021-01-16 13:14:17 +01:00
../../cli/execute cpp test.cpp
echo 'testing cs'
2021-01-16 13:14:17 +01:00
../../cli/execute cs test.cs
echo 'testing deno'
2021-01-16 13:14:17 +01:00
../../cli/execute deno testdeno.ts
2020-06-09 04:43:23 +02:00
echo 'testing elisp'
2021-01-16 13:14:17 +01:00
../../cli/execute elisp test.el
2020-06-09 05:33:25 +02:00
echo 'testing elixir'
2021-01-16 13:14:17 +01:00
../../cli/execute exs test.exs
echo 'testing go'
2021-01-16 13:14:17 +01:00
../../cli/execute go test.go
2020-10-17 19:06:23 +02:00
echo 'testing haskell'
2021-01-16 13:14:17 +01:00
../../cli/execute haskell test.hs
echo 'testing java'
2021-01-16 13:14:17 +01:00
../../cli/execute java test.java
echo 'testing jelly'
2021-01-16 13:14:17 +01:00
../../cli/execute jelly test.jelly
2020-06-09 05:33:25 +02:00
echo 'testing jl'
2021-01-16 13:14:17 +01:00
../../cli/execute jl test.jl
2020-06-09 05:33:25 +02:00
echo 'testing js'
2021-01-16 13:14:17 +01:00
../../cli/execute js test.js
echo 'testing kotlin'
2021-01-16 13:14:17 +01:00
../../cli/execute kotlin test.kt
echo 'testing asm 32 bit'
2021-01-16 13:14:17 +01:00
../../cli/execute asm test.nasm
echo 'testing asm 64 bit'
2021-01-16 13:14:17 +01:00
../../cli/execute asm64 test64.nasm
echo 'testing php'
2021-01-16 13:14:17 +01:00
../../cli/execute php test.php
echo 'testing perl'
2021-01-16 13:14:17 +01:00
../../cli/execute perl test.pl
echo 'testing ruby'
2021-01-16 13:14:17 +01:00
../../cli/execute ruby test.rb
echo 'testing rust'
2021-01-16 13:14:17 +01:00
../../cli/execute rust test.rs
echo 'testing bash'
2021-01-16 13:14:17 +01:00
../../cli/execute bash test.sh
2020-06-09 05:33:25 +02:00
echo 'testing swift'
2021-01-16 13:14:17 +01:00
../../cli/execute swift test.swift
echo 'testing typescript'
2021-01-16 13:14:17 +01:00
../../cli/execute typescript test.ts
2020-06-09 05:33:25 +02:00
echo 'testing python2'
2021-01-16 13:14:17 +01:00
../../cli/execute python2 test2.py
2020-06-09 05:33:25 +02:00
echo 'testing python3'
2021-01-16 13:14:17 +01:00
../../cli/execute python3 test3.py
2020-10-23 00:25:57 +02:00
echo 'testing paradoc'
2021-01-16 13:14:17 +01:00
../../cli/execute python3 test_paradoc.py