Travis test
diff --git a/SVIncCompil/Testcases/regression.tcl b/SVIncCompil/Testcases/regression.tcl index ce0ee3e..cb364af 100755 --- a/SVIncCompil/Testcases/regression.tcl +++ b/SVIncCompil/Testcases/regression.tcl
@@ -77,6 +77,9 @@ set LONG_TESTS(YosysTests) 1 set LONG_TESTS(YosysBigSimBch) 1 +# Noisy test +set LONG_TESTS(YosysTestSuite) 1 + if [regexp {show_diff} $argv] { regsub "show_diff" $argv "" argv set SHOW_DIFF 1
diff --git a/SVIncCompil/buildall.sh b/SVIncCompil/buildall.sh index 083776e..98d42b4 100755 --- a/SVIncCompil/buildall.sh +++ b/SVIncCompil/buildall.sh
@@ -14,8 +14,9 @@ cd ../SVIncCompil echo "Removing previous build" -rm -rf build; -chmod 777 -Rf dist; rm -rf dist; +rm -rf build +echo "Removing previous dist" +rm -rf dist echo "Generating caching scheme" cd Cache; ./build_fbs.sh;
diff --git a/SVIncCompil/buildantlr_mini.sh b/SVIncCompil/buildantlr_mini.sh index f637756..2f146be 100755 --- a/SVIncCompil/buildantlr_mini.sh +++ b/SVIncCompil/buildantlr_mini.sh
@@ -24,5 +24,5 @@ mkdir build && mkdir run && cd build cmake .. -DCMAKE_CXX_COMPILER=/usr/bin/g++-7 -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free" &> antlr_configure.log make -j 4 &> antlr_compile.log -DESTDIR=../../../runtime/Cpp/run make install +DESTDIR=../../../runtime/Cpp/run make install 4 &> antlr_install.log echo "Done Building Antlr"
diff --git a/SVIncCompil/builddebug.sh b/SVIncCompil/builddebug.sh index cc08f45..1550c80 100755 --- a/SVIncCompil/builddebug.sh +++ b/SVIncCompil/builddebug.sh
@@ -14,9 +14,11 @@ ant copy_cpp cd ../SVIncCompil + echo "Removing previous build" -rm -rf build; -chmod 777 -Rf dist; rm -rf dist; +rm -rf build/Debug +echo "Removing previous dist" +rm -rf dist/Debug echo "Generating caching scheme" cd Cache; ./build_fbs.sh;
diff --git a/SVIncCompil/buildpp.sh b/SVIncCompil/buildpp.sh index 9e439ea..c66b393 100755 --- a/SVIncCompil/buildpp.sh +++ b/SVIncCompil/buildpp.sh
@@ -14,10 +14,6 @@ ant copy_pp_cpp cd ../SVIncCompil -echo "Removing previous build" -rm -rf build; -chmod 777 -Rf dist; rm -rf dist; - echo "Generating caching scheme" cd Cache; ./build_fbs.sh; cd ..;