mirror of
https://github.com/on4kjm/FLEcli.git
synced 2025-01-19 05:01:18 +01:00
Added start of test automation
This commit is contained in:
parent
0638cfe9ff
commit
2fd54e3734
1 changed files with 11 additions and 0 deletions
11
test.sh
Executable file
11
test.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
go build
|
||||
go test ./...
|
||||
|
||||
echo "--------------------------"
|
||||
./FLEcli -i test/data/fle-1.txt load
|
||||
echo "--------------------------"
|
||||
./FLEcli -i test/data/ON4KJM@ONFF-025920200524.txt load
|
||||
echo "--------------------------"
|
||||
./FLEcli -i test/data/sample_wwff_sota.txt load
|
Loading…
Reference in a new issue