blob: e5da9a4835c01401a403a8cdee56800d20bde236 [file] [log] [blame]
jaquerinte05b9d9c2021-06-29 10:18:28 +02001# SPDX-FileCopyrightText: 2020 Efabless Corporation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14#
15# SPDX-License-Identifier: Apache-2.0
16
jaquerinte3a3dd102021-05-23 15:03:10 +020017#!/bin/bash
jaquerinte83e985d2021-06-07 17:02:36 +020018rm -rf ./test.log
jaquerinte3a3dd102021-05-23 15:03:10 +020019make clean
jaquerinte83e985d2021-06-07 17:02:36 +020020echo "Start Test"
21echo "Start LA test 1"
22echo "###############################################" > test.log
23echo "Start LA test 1" >> test.log
24make verify-la_test1 >> test.log
25echo "Start LA test 2"
26echo "###############################################" >> test.log
27echo "Start LA test 2" >> test.log
28make verify-la_test2 >> ./test.log
29echo "Start LA test 3"
30echo "###############################################" >> test.log
31echo "Start LA test 3" >> test.log
32make verify-la_test3 >> ./test.log
33echo "Start LA test 4"
34echo "###############################################" >> test.log
35echo "Start LA test 4" >> test.log
36make verify-la_test4 >> ./test.log
37echo "Start LA test 5"
38echo "###############################################" >> test.log
39echo "Start LA test 5" >> test.log
40make verify-la_test5 >> ./test.log
41echo "Start LA test 6"
42echo "###############################################" >> test.log
43echo "Start LA test 6" >> test.log
44make verify-la_test6 >> ./test.log
45echo "Start LA test 7"
46echo "###############################################" >> test.log
47echo "Start LA test 7" >> test.log
48make verify-la_test7 >> ./test.log
49echo "Start LA test 8"
50echo "###############################################" >> test.log
51echo "Start LA test 8" >> test.log
52make verify-la_test8 >> ./test.log
53echo "Start LA test 9"
54echo "###############################################" >> test.log
55echo "Start LA test 9" >> test.log
56make verify-la_test9 >> ./test.log
57echo "Start LA test 10"
58echo "###############################################" >> test.log
59echo "Start LA test 10" >> test.log
60make verify-la_test10 >> ./test.log
jaquerinted6e05312021-06-14 18:16:39 +020061echo "Start LA test 11"
jaquerinte83e985d2021-06-07 17:02:36 +020062echo "###############################################" >> test.log
63echo "Start LA test 11" >> test.log
64make verify-la_test11 >> ./test.log
65echo "Start WB test 1"
66echo "###############################################" >> test.log
67echo "Start WB test 1" >> test.log
68make verify-wb_test1 >> ./test.log
69echo "Start WB test 2"
70echo "###############################################" >> test.log
71echo "Start WB test 2" >> test.log
72make verify-wb_test2 >> ./test.log
73echo "Start WB test 3"
74echo "###############################################" >> test.log
75echo "Start WB test 3" >> test.log
76make verify-wb_test3 >> ./test.log
jaquerinted6e05312021-06-14 18:16:39 +020077echo "Start WB test 4"
78echo "###############################################" >> test.log
79echo "Start WB test 4" >> test.log
80make verify-wb_test4 >> ./test.log
81echo "Start WB test 5"
82echo "###############################################" >> test.log
83echo "Start WB test 5" >> test.log
84make verify-wb_test5 >> ./test.log
jaquerinte9698a0e2021-06-15 12:24:41 +020085echo "Start WB test 6"
86echo "###############################################" >> test.log
87echo "Start WB test 6" >> test.log
88make verify-wb_test6 >> ./test.log
89echo "Start WB test 7"
90echo "###############################################" >> test.log
91echo "Start WB test 7" >> test.log
92make verify-wb_test7 >> ./test.log
jaquerinte83e985d2021-06-07 17:02:36 +020093echo "End Test"