summaryrefslogtreecommitdiff
path: root/tests/run_tests.sh
Commit message (Collapse)AuthorAgeFilesLines
* Modify 'baserock-system-config-sync' to get two arguments using 'merge'Pedro Alvarez2014-03-061-2/+2
| | | | | | | Since with 'system-version-manager' is possible to change the default system, 'baserock-system-config-sync' shouldn't get the default system, and get an extra parameter to choose the system version to merge.
* Fix baserock-system-config-sync tests. Wasn't working as expected.Pedro Alvarez2014-02-261-5/+2
|
* Update 'baserock-system-config-sync' tests to check permissionsPedro Alvarez2014-02-201-2/+30
|
* Remove old tests and any code specific to those testsBen Brown2013-12-191-18/+0
|
* Remove test mode and provide hooks to use a test suite.Tiago Gomes2013-07-011-1/+71
| | | | | | | | | Tests will now be handled by a test suite in a future commit, so this mode will not be needed anymore. The test suite will work by replacing the mounting script by a fake mounting script that points to a directory with a systems folder. Also add trap again, now that it is more tested.
* Switch to a shared tbdiff library and make this an autotools project.Jannis Pohlmann2012-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This commit converts tbdiff to being an autotools-based project. This means that we now support the usual autoreconf -i && ./configure && make && make install process, plus we provide 'make check' for the tbdiff test suite. The tbdiff library is now build as a shared library and is also installed into the system for others to use. The library is libtool-versioned and ships a pkg-config file (tbdiff-1.pc). The headers were adjusted so that only tbdiff/tbdiff.h may be included directly; all others are considered internal. The tbdiff-create and tbdiff-deploy tools were changed to include this header file. The tbdiff library is still GPL, not LGPL. We might want to change this in the future. Thanks to switching to autotools we now have a way to make releases by means of 'make dist' and 'make distcheck'. Unfortunately, the latter currently fails, probably due to something being missing in tbdiff/Makefile.am.
* Only run tests with .sh extensionAlberto2011-10-031-1/+1
|
* Rearranging unit testsAlberto2011-10-031-0/+3
|
* Add FIFO test. Add fakeroot environment. Fixes in symlink diff.Alberto2011-10-031-1/+1
|
* Improvements to the test framework and documentationAlberto2011-10-031-2/+14
|
* Added prototype of test suiteAlberto2011-09-301-0/+15