mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-03 08:12:26 +00:00
Added more test scripts: Mono on Linux, and one for all.
Change-Id: Ia107557225db27b396f0d666c5c5b1b324ea22fa Tested: on Linux.
This commit is contained in:
43
tests/TestAll.sh
Normal file
43
tests/TestAll.sh
Normal file
@@ -0,0 +1,43 @@
|
||||
echo "************************ Java:"
|
||||
|
||||
sh JavaTest.sh
|
||||
|
||||
echo "************************ Go:"
|
||||
|
||||
sh GoTest.sh
|
||||
|
||||
echo "************************ Python:"
|
||||
|
||||
sh PythonTest.sh
|
||||
|
||||
echo "************************ JavaScript:"
|
||||
|
||||
sh JavaScriptTest.sh
|
||||
|
||||
echo "************************ TypeScript:"
|
||||
|
||||
sh TypeScriptTest.sh
|
||||
|
||||
echo "************************ C++:"
|
||||
|
||||
cd ..
|
||||
./flattests
|
||||
cd tests
|
||||
|
||||
echo "************************ C#:"
|
||||
|
||||
cd FlatBuffers.Test
|
||||
sh NetTest.sh
|
||||
cd ..
|
||||
|
||||
echo "************************ PHP:"
|
||||
|
||||
php phpTest.php
|
||||
|
||||
echo "************************ C:"
|
||||
|
||||
echo "(in a different repo)"
|
||||
|
||||
echo "************************ Swift:"
|
||||
|
||||
echo "(in a different repo)"
|
||||
Reference in New Issue
Block a user