summaryrefslogtreecommitdiff
path: root/cesar/VisualState/create_TestAll.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/VisualState/create_TestAll.txt')
-rw-r--r--cesar/VisualState/create_TestAll.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/cesar/VisualState/create_TestAll.txt b/cesar/VisualState/create_TestAll.txt
new file mode 100644
index 0000000000..04b3e1dc41
--- /dev/null
+++ b/cesar/VisualState/create_TestAll.txt
@@ -0,0 +1,10 @@
+awk 'NR<32 {print > "Test_ALL.vlg"}' Test_USTA.vlg
+awk 'NR>=32 && $1 != "******************************************************************************" {print >> "Test_ALL.vlg"}' Test_SmallFSM.vlg
+awk 'NR>32 && $1 != "******************************************************************************" {print >> "Test_ALL.vlg"}' Test_INIT_SYSTEM.vlg
+awk 'NR>32 && $1 != "******************************************************************************" {print >> "Test_ALL.vlg"}' Test_POND.vlg
+awk 'NR>32 && $1 != "******************************************************************************" {print >> "Test_ALL.vlg"}' Test_USTA.vlg
+awk 'NR>32 && $1 != "******************************************************************************" {print >> "Test_ALL.vlg"}' Test_UCCO.vlg
+awk 'NR>32 && $1 != "******************************************************************************" {print >> "Test_ALL.vlg"}' Test_STA.vlg
+awk 'NR>32 {print >> "Test_ALL.vlg"}' Test_CCO.vlg
+
+rm *.bak