rename tests so they make more sense
This commit is contained in:
parent
ca59f7e882
commit
e3473f99df
|
@ -2,54 +2,54 @@
|
|||
cd tests
|
||||
|
||||
echo 'testing awk'
|
||||
../../cli/execute awk test.awk
|
||||
echo 'testing c'
|
||||
../../cli/execute c test.c
|
||||
echo 'testing cpp'
|
||||
../../cli/execute cpp test.cpp
|
||||
echo 'testing cs'
|
||||
../../cli/execute cs test.cs
|
||||
echo 'testing deno'
|
||||
../../cli/execute deno testdeno.ts
|
||||
echo 'testing elisp'
|
||||
../../cli/execute elisp test.el
|
||||
echo 'testing elixir'
|
||||
../../cli/execute exs test.exs
|
||||
echo 'testing go'
|
||||
../../cli/execute go test.go
|
||||
echo 'testing haskell'
|
||||
../../cli/execute haskell test.hs
|
||||
echo 'testing java'
|
||||
../../cli/execute java test.java
|
||||
echo 'testing jelly'
|
||||
../../cli/execute jelly test.jelly
|
||||
echo 'testing jl'
|
||||
../../cli/execute jl test.jl
|
||||
echo 'testing js'
|
||||
../../cli/execute js test.js
|
||||
echo 'testing kotlin'
|
||||
../../cli/execute kotlin test.kt
|
||||
echo 'testing asm 32 bit'
|
||||
../../cli/execute asm test.nasm
|
||||
echo 'testing asm 64 bit'
|
||||
../../cli/execute asm64 test64.nasm
|
||||
echo 'testing php'
|
||||
../../cli/execute php test.php
|
||||
echo 'testing perl'
|
||||
../../cli/execute perl test.pl
|
||||
echo 'testing ruby'
|
||||
../../cli/execute ruby test.rb
|
||||
echo 'testing rust'
|
||||
../../cli/execute rust test.rs
|
||||
../../cli/execute awk awk.awk
|
||||
echo 'testing bash'
|
||||
../../cli/execute bash test.sh
|
||||
echo 'testing swift'
|
||||
../../cli/execute swift test.swift
|
||||
echo 'testing typescript'
|
||||
../../cli/execute typescript test.ts
|
||||
echo 'testing python2'
|
||||
../../cli/execute python2 test2.py
|
||||
echo 'testing python3'
|
||||
../../cli/execute python3 test3.py
|
||||
../../cli/execute bash bash.sh
|
||||
echo 'testing c'
|
||||
../../cli/execute c c.c
|
||||
echo 'testing cpp'
|
||||
../../cli/execute cpp cpp.cpp
|
||||
echo 'testing csharp'
|
||||
../../cli/execute csharp csharp.cs
|
||||
echo 'testing deno'
|
||||
../../cli/execute deno deno.ts
|
||||
echo 'testing elixir'
|
||||
../../cli/execute elixir elixir.exs
|
||||
echo 'testing emacs'
|
||||
../../cli/execute emacs emacs.el
|
||||
echo 'testing go'
|
||||
../../cli/execute go go.go
|
||||
echo 'testing haskell'
|
||||
../../cli/execute haskell haskell.hs
|
||||
echo 'testing java'
|
||||
../../cli/execute java java.java
|
||||
echo 'testing jelly'
|
||||
../../cli/execute jelly jelly.jelly good
|
||||
echo 'testing julia'
|
||||
../../cli/execute julia julia.jl
|
||||
echo 'testing kotlin'
|
||||
../../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 test_paradoc.sh
|
||||
../../cli/execute bash paradoc.sh
|
||||
echo 'testing perl'
|
||||
../../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'
|
||||
../../cli/execute ruby ruby.rb
|
||||
echo 'testing rust'
|
||||
../../cli/execute rust rust.rs
|
||||
echo 'testing swift'
|
||||
../../cli/execute swift swift.swift
|
||||
echo 'testing typescript'
|
||||
../../cli/execute typescript typescript.ts
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
³
|
|
@ -1 +0,0 @@
|
|||
“3ḅaė;œ»
|
Loading…
Reference in New Issue