piston/lxc/test_all_lxc

46 lines
969 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
cd tests
echo 'testing awk'
../execute awk test.awk
echo 'testing c'
../execute c test.c
echo 'testing cpp'
../execute cpp test.cpp
echo 'testing cs'
../execute cs test.cs
2020-06-09 04:43:23 +02:00
echo 'testing elisp'
../execute elisp test.el
2020-06-09 05:33:25 +02:00
echo 'testing elixir'
../execute exs test.exs
echo 'testing go'
../execute go test.go
echo 'testing java'
../execute java test.java
2020-06-09 05:33:25 +02:00
echo 'testing jl'
../execute jl test.jl
echo 'testing js'
../execute js test.js
echo 'testing kotlin'
../execute kotlin test.kt
echo 'testing asm'
../execute asm test.nasm
echo 'testing php'
../execute php test.php
echo 'testing perl'
../execute perl test.pl
echo 'testing ruby'
../execute ruby test.rb
echo 'testing rust'
../execute rust test.rs
echo 'testing bash'
../execute bash test.sh
2020-06-09 05:33:25 +02:00
echo 'testing swift'
../execute swift test.swift
echo 'testing typescript'
../execute typescript test.ts
2020-06-09 05:33:25 +02:00
echo 'testing python2'
../execute python2 test2.py
echo 'testing python3'
../execute python3 test3.py