Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-27 | logging: Move the logging test from OpenBSC into libosmocore | Holger Hans Peter Freyther | 1 | -0/+1 | |
Add a testcase for the logging facility. The test is coming from the OpenBSC code. | |||||
2012-09-17 | Fix build with dpkg-buildpackage. | Max | 1 | -0/+10 | |
2012-09-11 | git: Ignore generated tests executables | Holger Hans Peter Freyther | 1 | -0/+2 | |
2012-07-25 | vty: Add xsd and a command that can generate the documentation. | Holger Hans Peter Freyther | 1 | -1/+2 | |
When building the doxygen documentation do not remove the other VTY documentation files in the doc/vty folder. Create a command that can be installed to dump all nodes and commands as XML on the given VTY. Create a schema for the XML file and a XSL-T script that can merge the generated file with additional information. | |||||
2012-06-30 | build: simplify test handling and speed up build. | Diego Elio Pettenò | 1 | -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> | |||||
2012-01-22 | tests: Introduce a very basic gsm0808 test | Holger Hans Peter Freyther | 1 | -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. | |||||
2011-12-11 | lapdm: Create a simple test case to transmit data between both ends | Holger Hans Peter Freyther | 1 | -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. | |||||
2011-11-25 | Update .gitignore with new tests | Sylvain Munaut | 1 | -0/+2 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2011-11-14 | tests: Use GNU autotest to execute our tests and compare textual output | Holger Hans Peter Freyther | 1 | -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) | |||||
2011-11-14 | git: Ignore vi files (.swp, .swo) | Holger Hans Peter Freyther | 1 | -0/+4 | |
2011-10-10 | update .gitignore (crc*gen.[ch], some autotools stuff) | Harald Welte | 1 | -0/+5 | |
2011-09-05 | update .gitignore | Alexander Huemer | 1 | -0/+1 | |
2011-08-20 | update .gitignore with Doxyfile.core | Harald Welte | 1 | -1/+1 | |
2011-08-17 | update .gitignore | Harald Welte | 1 | -0/+9 | |
2011-08-17 | Auto-generate the version information of Doxygen documentation | Harald Welte | 1 | -0/+5 | |
2010-12-29 | smscb: Ignore the very simple test application. | Holger Hans Peter Freyther | 1 | -0/+1 | |
2010-10-15 | Update .gitignore | Sylvain Munaut | 1 | -1/+2 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2010-04-28 | Update .gitignore | Sylvain Munaut | 1 | -0/+5 | |
m4/*.m4 -> autoreconf adds stuff there tests -> Build product Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2010-03-23 | add git-version-gen magic to automatically generate package version | Harald Welte | 1 | -0/+3 | |
2010-02-20 | update gitignore file | Harald Welte | 1 | -2/+1 | |
2010-02-20 | intial checkin of the libosmocore project | Harald Welte | 1 | -0/+23 | |