summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
...
* build: simplify test handling and speed up build.Diego Elio Pettenò2012-06-301-0/+1
| | | | | | | | | | | | Instead of using a ./configure parameter to decide whehter to build tests or not, use the check_PROGRAMS variable so that the tests are only built when running `make check`. To avoid slowing down the test phase itself, collapse the declaration of the test targets in the tests/Makefile.am file, this way they can be built and linked in parallel before the testsuite is executed. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
* tests: Introduce a very basic gsm0808 testHolger Hans Peter Freyther2012-01-221-0/+1
| | | | | | This tests verifies the content of the GSM 08.08 messages, it does not verify the remaining headroom (which the SCCP/IPA code relies on being plenty to prepend the header). More to come in the future.
* lapdm: Create a simple test case to transmit data between both endsHolger Hans Peter Freyther2011-12-111-0/+3
| | | | | | | This is testing the establishment of two ends (BTS, MS) one is in the polling mode as used by osmo-bts. Transfer data between the two ends. The sent data is not verified though. This should be followed up soon.
* Update .gitignore with new testsSylvain Munaut2011-11-251-0/+2
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* tests: Use GNU autotest to execute our tests and compare textual outputHolger Hans Peter Freyther2011-11-141-0/+10
| | | | | | | | | | | | | The output of make check is looking like this now: Regression tests. 1: bits ok 2: msgfile ok 3: sms ok 4: smscb ok 5: timer FAILED (testsuite.at:38) 6: ussd FAILED (testsuite.at:44)
* git: Ignore vi files (.swp, .swo)Holger Hans Peter Freyther2011-11-141-0/+4
|
* update .gitignore (crc*gen.[ch], some autotools stuff)Harald Welte2011-10-101-0/+5
|
* update .gitignoreAlexander Huemer2011-09-051-0/+1
|
* update .gitignore with Doxyfile.coreHarald Welte2011-08-201-1/+1
|
* update .gitignoreHarald Welte2011-08-171-0/+9
|
* Auto-generate the version information of Doxygen documentationHarald Welte2011-08-171-0/+5
|
* smscb: Ignore the very simple test application.Holger Hans Peter Freyther2010-12-291-0/+1
|
* Update .gitignoreSylvain Munaut2010-10-151-1/+2
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* Update .gitignoreSylvain Munaut2010-04-281-0/+5
| | | | | | | m4/*.m4 -> autoreconf adds stuff there tests -> Build product Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* add git-version-gen magic to automatically generate package versionHarald Welte2010-03-231-0/+3
|
* update gitignore fileHarald Welte2010-02-201-2/+1
|
* intial checkin of the libosmocore projectHarald Welte2010-02-201-0/+23