Skip to content
Unstable

Changes

Summary

  1. testenv: add a --fast argument (details)
  2. Makefile: ctags: include *.cc/*.hh files (details)
Commit f547508b4b0b22831be018769826f52ababa51f6 by Oliver Smith
testenv: add a --fast argument

The ttcn3-{tcpdump,dumpcap}-*.sh scripts can easily spend 5s or more for
each test with:
* Waiting until the pcap gets created.
* Waiting until pcap size does not increase anymore after the test.
* Saving the talloc report.

Add --fast to skip all this, to allow running a whole testsuite
significantly faster locally to check for regressions. Developers can
then still run failing tests again without --fast to get the pcap and
talloc reports.

Change-Id: Ief3488293e5c5c1a1c98244f80ffd56eadb040c5
The file was modifiedttcn3-dumpcap-stop.sh
The file was modified_testenv/testenv/testsuite.py
The file was modifiedttcn3-tcpdump-stop.sh
The file was modified_testenv/testenv/__init__.py
The file was modifiedttcn3-tcpdump-start.sh
The file was modifiedttcn3-dumpcap-start.sh
Commit 35b43aa74c9ca07455d5cc74f500acf9dcd853e1 by Vadim Yanitskiy
Makefile: ctags: include *.cc/*.hh files

Also generate tags for *.cc/*.hh files.  In order to avoid generating
tags for generated source files, limit the search scope for `find`.

Change-Id: Iab28b36ea6bb6ece45d1834dfc04be489da39ea2
The file was modifiedMakefile