activate elixir test
This commit is contained in:
parent
4cb999c530
commit
0bc3b0d8e2
|
@ -11,35 +11,35 @@ echo 'testing cs'
|
||||||
../execute cs test.cs
|
../execute cs test.cs
|
||||||
echo 'testing elisp'
|
echo 'testing elisp'
|
||||||
../execute elisp test.el
|
../execute elisp test.el
|
||||||
#echo 'testing elixir'
|
echo 'testing elixir'
|
||||||
#../execute exs test.exs
|
../execute exs test.exs
|
||||||
echo 'testing go'
|
echo 'testing go'
|
||||||
../execute go test.go
|
../execute go test.go
|
||||||
echo 'testing java'
|
echo 'testing java'
|
||||||
../execute java test.java
|
../execute java test.java
|
||||||
|
echo 'testing jl'
|
||||||
|
../execute jl test.jl
|
||||||
|
echo 'testing js'
|
||||||
|
../execute js test.js
|
||||||
echo 'testing kotlin'
|
echo 'testing kotlin'
|
||||||
../execute kotlin test.kt
|
../execute kotlin test.kt
|
||||||
echo 'testing asm'
|
echo 'testing asm'
|
||||||
../execute asm test.nasm
|
../execute asm test.nasm
|
||||||
echo 'testing js'
|
|
||||||
../execute js test.js
|
|
||||||
echo 'testing jl'
|
|
||||||
../execute jl test.jl
|
|
||||||
echo 'testing php'
|
echo 'testing php'
|
||||||
../execute php test.php
|
../execute php test.php
|
||||||
echo 'testing perl'
|
echo 'testing perl'
|
||||||
../execute perl test.pl
|
../execute perl test.pl
|
||||||
echo 'testing python2'
|
|
||||||
../execute python2 test2.py
|
|
||||||
echo 'testing python3'
|
|
||||||
../execute python3 test3.py
|
|
||||||
echo 'testing ruby'
|
echo 'testing ruby'
|
||||||
../execute ruby test.rb
|
../execute ruby test.rb
|
||||||
echo 'testing rust'
|
echo 'testing rust'
|
||||||
../execute rust test.rs
|
../execute rust test.rs
|
||||||
echo 'testing swift'
|
|
||||||
../execute swift test.swift
|
|
||||||
echo 'testing bash'
|
echo 'testing bash'
|
||||||
../execute bash test.sh
|
../execute bash test.sh
|
||||||
|
echo 'testing swift'
|
||||||
|
../execute swift test.swift
|
||||||
echo 'testing typescript'
|
echo 'testing typescript'
|
||||||
../execute typescript test.ts
|
../execute typescript test.ts
|
||||||
|
echo 'testing python2'
|
||||||
|
../execute python2 test2.py
|
||||||
|
echo 'testing python3'
|
||||||
|
../execute python3 test3.py
|
||||||
|
|
Loading…
Reference in New Issue